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…
Inoreader open in background tabとは何ですか?
Inoreader open in background tabはmonoによって開発されたChromeの拡張機能で、その主な機能は「Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader…」です。
Inoreader open in background tab拡張機能のCRXファイルをダウンロード
Inoreader open in background tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Inoreader open in background tab |
ID | bkihbnpcefhddjbmogafhagmggbokkid |
公式URL | https://chromewebstore.google.com/detail/inoreader-open-in-backgro/bkihbnpcefhddjbmogafhagmggbokkid |
説明 | Inoreader open in background tab is an extension for Inoreader and Irodr. It opens external links as background tabs. Inoreader… |
ファイルサイズ | 7.1 KB |
インストール数 | 42 |
現在のバージョン | 0.1.0 |
最終更新日 | 2018-07-14 |
公開日 | 2018-07-14 |
開発者 | mono |
支払い方法 | free |
対応言語 | 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" } |