Faster Feedly
Open Feedly links in new process
What is Faster Feedly?
Faster Feedly is a Chrome extension developed by 0x04, and its main feature is "Open Feedly links in new process".
Download Faster Feedly Extension CRX File
Download Faster Feedly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
Official URL | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
Description | Open Feedly links in new process |
File Size | 15.01 KB |
Installation Count | 68 |
Current Version | 0.1 |
Last Updated | 2016-04-24 |
Publish Date | 2016-04-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | 0x04 |
Payment Type | free |
Extension Website | https://github.com/kirrmann/Faster-Feedly |
Help Page URL | https://github.com/kirrmann/Faster-Feedly/issues |
Supported Languages | 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" ] } ] } |