Faster Inoreader
Open Inoreader links in new process
什么是Faster Inoreader?
Faster Inoreader是由DSchember开发的Chrome扩展程序,该扩展的主要功能是“Open Inoreader links in new process”。
下载Faster Inoreader扩展crx文件
下载Faster Inoreader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is based on Faster Feedly (https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig)
This extension forces the Inoreader web application to open new tabs in a separate process, so that they never slow the reader itself. 扩展基本信息
| 名称 | |
| ID | iegijjfanndgnjehdmgliklmmdkiimcn |
| 官方URL | https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn |
| 简介 | Open Inoreader links in new process |
| 文件大小 | 16.51 KB |
| 安装次数 | 124 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-03-05 |
| 上架时间 | 2016-03-05 |
| 开发者 | DSchember |
| 付费类型 | free |
| 扩展官网 | https://github.com/DSchember/Faster-Inoreader |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Faster Inoreader",
"version": "0.1",
"manifest_version": 2,
"description": "Open Inoreader links in new process",
"icons": {
"24": "24.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.inoreader.com\/*"
],
"js": [
"modify-a-attr.js"
]
}
]
} | |