├── LICENSE ├── README.md ├── background.js ├── changelog.md ├── grabbit.js ├── icons ├── icon128.png ├── icon16.png ├── icon32.png └── icon48.png ├── manifest.json ├── options.css ├── options.html ├── options.js ├── popup.html └── popup.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Deprecated. 2 | 3 | V3 Available in https://github.com/socratespap/grabbit-3.0 4 | -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/background.js -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/changelog.md -------------------------------------------------------------------------------- /grabbit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/grabbit.js -------------------------------------------------------------------------------- /icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/icons/icon128.png -------------------------------------------------------------------------------- /icons/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/icons/icon16.png -------------------------------------------------------------------------------- /icons/icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/icons/icon32.png -------------------------------------------------------------------------------- /icons/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/icons/icon48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/manifest.json -------------------------------------------------------------------------------- /options.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/options.css -------------------------------------------------------------------------------- /options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/options.html -------------------------------------------------------------------------------- /options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/options.js -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socratespap/Grabbit/HEAD/popup.js --------------------------------------------------------------------------------