Feedly Background Tab

Open Feedly Links in Background Tab using shortcut key

Qu'est-ce que Feedly Background Tab ?

Feedly Background Tab est une extension Chrome développée par Aaron Saray, et sa fonction principale est "Open Feedly Links in Background Tab using shortcut key".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Feedly Background Tab

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

                        Are you a power user of Feedly - but just wish the 'v' key would open tabs in the background?  This extension is for you!

Now, when you are viewing articles in list view, press ';' and the new tab opens in the background.  Or, if you'd like, customize your shortcut key in the options.  Now supports Cloudly, including PRO!                    

Informations de Base sur l'Extension

Nom Feedly Background Tab Feedly Background Tab
ID gjlijkhcebalcchkhgaiflaooghmoegk
URL Officiel https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk
Description Open Feedly Links in Background Tab using shortcut key
Taille du Fichier 15.99 KB
Nombre d'Installations 4,009
Version Actuelle 0.13
Dernière Mise à Jour 2017-08-11
Date de Publication 2017-08-11
Évaluation 3.96/5 Total 79 Évaluations
Développeur Aaron Saray
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/aaronsaray/feedlybackgroundtab
URL de la Page d'Aide https://github.com/aaronsaray/feedlybackgroundtab
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Background Tab",
    "version": "0.13",
    "manifest_version": 2,
    "description": "Open Feedly Links in Background Tab using shortcut key",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedly.com\/*"
            ],
            "js": [
                "js\/keypress.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.feedly.com\/*",
        "http:\/\/cloud.feedly.com\/*",
        "https:\/\/cloud.feedly.com\/*",
        "storage"
    ],
    "minimum_chrome_version": "21",
    "icons": {
        "128": "images\/icon_128.png"
    }
}