Faster Feedly
Open Feedly links in new process
什麼是Faster Feedly?
Faster Feedly是由0x04開發的Chrome擴展程式,該擴展的主要功能是“Open Feedly links in new process”。
下載Faster Feedly擴展crx文件
下載Faster Feedly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds the attribute "rel=noreferrer" to any link in Feedly right before the it gets clicked. Because of this attribute the link will open in a new chrome process instead of using the same process as the Feedly tab and share its resources. This means that you should not experience any hangs or freezes in Feedly. If Feedly or one of the opened pages are crashing, it won't let crash all the other tabs.
擴展基本資訊
名稱 | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
官方網址 | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
簡介 | Open Feedly links in new process |
檔案大小 | 15.01 KB |
安裝次數 | 68 |
目前版本 | 0.1 |
更新時間 | 2016-04-24 |
上架時間 | 2016-04-24 |
評分 | 5.00/5 共 3 次評分 |
開發者 | 0x04 |
付費類型 | free |
擴展官網 | https://github.com/kirrmann/Faster-Feedly |
說明頁面URL | https://github.com/kirrmann/Faster-Feedly/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faster Feedly", "version": "0.1", "manifest_version": 2, "description": "Open Feedly links in new process", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*" ], "js": [ "modify-a-attr.js" ] } ] } |