Faster Feedly

Open Feedly links in new process

Qu'est-ce que Faster Feedly ?

Faster Feedly est une extension Chrome développée par 0x04, et sa fonction principale est "Open Feedly links in new process".

Télécharger le fichier CRX de l'extension Faster Feedly

Téléchargez les fichiers d'extension Faster Feedly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Faster Feedly Faster Feedly
ID gagalaigbidgkfapafgmgohcpfganoig
URL Officiel https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig
Description Open Feedly links in new process
Taille du Fichier 15.01 KB
Nombre d'Installations 68
Version Actuelle 0.1
Dernière Mise à Jour 2016-04-24
Date de Publication 2016-04-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur 0x04
Type de Paiement free
Site Web de l'Extension https://github.com/kirrmann/Faster-Feedly
URL de la Page d'Aide https://github.com/kirrmann/Faster-Feedly/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}