Commit Graph

18 Commits

Author SHA1 Message Date
Fabio Manganiello cd3d36dcb1 I HATE CHROME.
Chrome doesn't support more than 4 keybindings per extension nor
keybindings including the Alt key. The reasons are hysterically unknown.
Since I'm not going to drop features for Firefox users just because
Google developers decided to make life impossible for web extensions
developers, I'm going to keep two different manifest files for Firefox
and Chrome - and advise users NOT to use Chrome.
2020-08-11 19:41:17 +02:00
Fabio Manganiello db5a35498c Bumped version 0.1.7 -> 0.1.8 2020-07-15 00:10:08 +02:00
Fabio Manganiello f7a8aa17a8 Bumped version 0.1.6 -> 0.1.7 2020-07-13 01:43:40 +02:00
Fabio Manganiello d0f9be35c6 Support for dynamic keybindings linked to actions/scripts 2020-07-13 01:39:59 +02:00
Fabio Manganiello 6729f95a1e Bumped version 0.1.5 -> 0.1.6 2020-07-05 01:35:45 +02:00
Fabio Manganiello 632f9872a4 Bumped version 0.1.4 -> 0.1.5 2020-07-04 00:58:57 +02:00
Fabio Manganiello 632b248dc5 Refactored extension to avoid eval() and instead use executeScript and message communication 2020-07-04 00:56:33 +02:00
Fabio Manganiello 33ad318bd3 Bumped version 0.1.3 -> 0.1.4 2020-06-30 18:22:09 +02:00
Fabio Manganiello 77bf8dad32 Added new icons 2020-06-30 18:20:33 +02:00
Fabio Manganiello 212f68977e Bumped version 0.1.2 -> 0.1.3 2020-06-30 12:33:33 +02:00
Fabio Manganiello 3abec7910f unsafe-eval is actually needed in CSP otherwise custom user scripts cannot be evaluated 2020-06-30 12:33:08 +02:00
Fabio Manganiello e116cebbbd Bumped version 0.1.1 -> 0.1.2 2020-06-30 12:03:17 +02:00
Fabio Manganiello b2cb616929 Implemented context menu 2020-06-29 02:21:00 +02:00
Fabio Manganiello 9fc4575206 Bumped version 0.1.0 -> 0.1.1 2020-06-26 01:17:10 +02:00
Fabio Manganiello 4022139bc7 Major refactor and implemented communication with active tab through content script 2020-06-24 01:17:58 +02:00
Fabio Manganiello 2a6ac58c6d More stuff added 2020-06-16 01:43:04 +02:00
Fabio Manganiello f8238c8fa3 Implemented command run 2020-06-12 22:43:43 +02:00
Fabio Manganiello 1b427e738e First commit 2020-06-12 01:03:46 +02:00