| Age | Commit message (Collapse) | Author |
|
|
|
I think this is at little more readable, at least in the code
|
|
|
|
|
|
Fix "move tab to new window" for incognito tabs
|
|
See
[here](https://developer.chrome.com/extensions/sessions#method-restore)
for API details
|
|
|
|
See #926
|
|
|
|
Custom search engines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #730
|
|
commands
This fixes #1056.
|
|
Added command to move tab to the left and right
|
|
|
|
|
|
|
|
|
|
1) C-F doesn't seem like a good choice
2) I'm not sure how many folks will use this. Maybe a lot of people?
|
|
|
|
Conflicts:
content_scripts/link_hints.coffee
|
|
|
|
I think we want to leave it off in the shipped version
|
|
Conflicts:
tests/unit_tests/utils_test.coffee
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add shortcut to pin/unpin Tab
|
|
|
|
|
|
Synchronization is via `chrome.storage.sync.*`; data is cached in `localStorage`.
|
|
|
|
|