Inoreader open in background tab
Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader…
What is Inoreader open in background tab?
Inoreader open in background tab is a Chrome extension developed by mono, and its main feature is "Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader…".
Download Inoreader open in background tab Extension CRX File
Download Inoreader open in background tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader https://www.inoreader.com/ Irodr http://irodr.netlify.com/ GitHub Repository https://github.com/mono0x/inoreader-open-in-background-tab LDR open in background tab for Greasemonkey http://os0x.hatenablog.com/entry/20090601/1243822600
Extension Basic Information
Name | Inoreader open in background tab |
ID | bkihbnpcefhddjbmogafhagmggbokkid |
Official URL | https://chromewebstore.google.com/detail/inoreader-open-in-backgro/bkihbnpcefhddjbmogafhagmggbokkid |
Description | Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader… |
File Size | 7.1 KB |
Installation Count | 42 |
Current Version | 0.1.0 |
Last Updated | 2018-07-14 |
Publish Date | 2018-07-14 |
Developer | mono |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inoreader open in background tab", "description": "", "author": "mono", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.inoreader.com\/*", "https:\/\/www.inoreader.com\/*", "http:\/\/irodr.netlify.com\/*", "https:\/\/irodr.netlify.com\/*" ], "js": [ "scripts\/content.js" ] } ], "externally_connectable": { "matches": [ "http:\/\/www.inoreader.com\/*", "https:\/\/www.inoreader.com\/*", "http:\/\/irodr.netlify.com\/*", "https:\/\/irodr.netlify.com\/*" ] }, "version": "0.1.0" } |