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" } |