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.
擴展基本資訊
名稱 | Faster Inoreader |
ID | iegijjfanndgnjehdmgliklmmdkiimcn |
官方網址 | 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" ] } ] } |