Feedly-Simplify

This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab

Qu'est-ce que Feedly-Simplify ?

Feedly-Simplify est une extension Chrome développée par ckuijjer, et sa fonction principale est "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Feedly-Simplify

Téléchargez les fichiers d'extension Feedly-Simplify 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

                                            

Informations de Base sur l'Extension

Nom Feedly-Simplify Feedly-Simplify
ID fgepkmmkpkdoppdjenceolgjbdcfiekb
URL Officiel https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb
Description This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
Taille du Fichier 6.41 KB
Nombre d'Installations 28
Version Actuelle 1.5.6
Dernière Mise à Jour 2017-11-02
Date de Publication 2017-11-02
Développeur ckuijjer
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly-Simplify",
    "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab",
    "version": "1.5.6",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    }
}