Giter Site home page Giter Site logo

tab-rocker's People

Watchers

 avatar  avatar

tab-rocker's Issues

"Reload and Close This Tab" button does not always close tab

On the install screen, the "Reload and Close This Tab" button successfully reloads the other tabs but fails to close the install tab on some platforms. This seems to be reproducible in Windows, but not Linux (and perhaps Mac, but I have not tested this directly).

Credit to @dweinberger for finding and reporting this bug.

Create multiple bindings

Dependent on #3

Create a way of having at least two different bindings for different kinds of history rocking. For example, ctrl-b cycles between the last two, and ctrl-B cycles between the last 10.

It might even make sense if this is an adjustable number of bindings so users can have as many as they want.

Change to use activeTab instead of all hosts

Current we use All Hosts permission to grab the shortcut keystroke to change tabs. This really should be changed to use a combination of chrome.activeTab (https://developer.chrome.com/extensions/activeTab) and chrome.commands (https://developer.chrome.com/extensions/commands) so it's not running on all pages (and, in fact, we never have to run a content script).

This should give both performance and security improvements, not to mention better behavior guarantees to the user.

Create custom icons

We need to create/add in some custom icons for the extension before we post it to the Chrome store.

Expand keys available for shortcut

Right now, users are limited to configuring their shortcuts to upper and lower case alphabet keys plus ctrl/alt/meta. It would be great if users could use more keys, but it's a little tough because the key codes in JavaScript on a keydown event are tough to deal with. Maybe there's some jQuery magic that will normalize things and make it easier? Or maybe we just have to suck it up and create a moderately complex function to figure out what's going on?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.