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 |
公式URL | 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" ] } ] } |