| Age | Commit message (Collapse) | Author |
|
|
|
Use a non-Mac shortcut by default and designate the previously-used
shortcut as the default on Mac.
This change attempts to fix an error when installing the extension on
Windows:
Package is invalid. Details: 'Invalid value for 'commands[1].default': MacCtrl+L.'.
Thanks to 'ncaunt' on GitHub for finding this issue.
|
|
|
|
URL files can now be downloaded using a keyboard shortcut so you don't
have to move the mouse and click the button to do it.
Only tested this on Mac. Decided on Ctrl-l as the default, which can be
customised at `chrome://extensions/configureCommands`. Wanted something
with only a single modifier key that wasn't going to clash with another
command. The "Ctrl" string on Mac automatically gets converted to
"Apple", so using "MacCtrl" to get the real "Ctrl" key.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the download option is set, a backup file is now downloaded when the
extension button is clicked.
|
|
Turns out I need this to store option values.
|
|
|
|
From 2014.03.17. Clicking on the extension's icon button opens a new
tab containing a textarea with all URLs in open tabs collected by
window.
|