Faster Feedly
Open Feedly links in new process
Wat is Faster Feedly?
Faster Feedly is een Chrome-extensie ontwikkeld door 0x04, en de belangrijkste functie is "Open Feedly links in new process".
Download het CRX-bestand van de extensie Faster Feedly
Download Faster Feedly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
Officiële URL | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
Beschrijving | Open Feedly links in new process |
Bestandsgrootte | 15.01 KB |
Aantal Installaties | 68 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-04-24 |
Publicatiedatum | 2016-04-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | 0x04 |
Betalingswijze | free |
Extensiewebsite | https://github.com/kirrmann/Faster-Feedly |
Help Pagina-URL | https://github.com/kirrmann/Faster-Feedly/issues |
Ondersteunde Talen | 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" ] } ] } |