Faster Feedly
Open Feedly links in new process
Was ist Faster Feedly?
Faster Feedly ist eine Chrome-Erweiterung, die von 0x04 entwickelt wurde, und ihr Hauptmerkmal ist "Open Feedly links in new process".
Faster Feedly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Faster Feedly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
Offizielle URL | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
Beschreibung | Open Feedly links in new process |
Dateigröße | 15.01 KB |
Installationsanzahl | 68 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-04-24 |
Veröffentlichungsdatum | 2016-04-24 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | 0x04 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/kirrmann/Faster-Feedly |
Hilfeseite URL | https://github.com/kirrmann/Faster-Feedly/issues |
Unterstützte Sprachen | 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" ] } ] } |