Faster Feedly
Open Feedly links in new process
Co je Faster Feedly?
Faster Feedly je rozšíření Chrome vyvinuté 0x04, a jeho hlavní funkcí je „Open Feedly links in new process“.
Stáhnout soubor CRX rozšíření Faster Feedly
Stáhněte si soubory rozšíření Faster Feedly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
Oficiální URL | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
Popis | Open Feedly links in new process |
Velikost souboru | 15.01 KB |
Počet instalací | 68 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2016-04-24 |
Datum Vydání | 2016-04-24 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | 0x04 |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kirrmann/Faster-Feedly |
URL Stránky Nápovědy | https://github.com/kirrmann/Faster-Feedly/issues |
Podporované Jazyky | 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" ] } ] } |