Feedly Background Tab

Open Feedly Links in Background Tab using shortcut key

Co je Feedly Background Tab?

Feedly Background Tab je rozšíření Chrome vyvinuté Aaron Saray, a jeho hlavní funkcí je „Open Feedly Links in Background Tab using shortcut key“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Feedly Background Tab

Stáhněte si soubory rozšíření Feedly Background Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Feedly Background Tab Feedly Background Tab
ID gjlijkhcebalcchkhgaiflaooghmoegk
Oficiální URL https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk
Popis Open Feedly Links in Background Tab using shortcut key
Velikost souboru 15.99 KB
Počet instalací 4,009
Aktuální Verze 0.13
Poslední Aktualizace 2017-08-11
Datum Vydání 2017-08-11
Hodnocení 3.96/5 Celkem 79 Hodnocení
Vývojář Aaron Saray
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/aaronsaray/feedlybackgroundtab
URL Stránky Nápovědy https://github.com/aaronsaray/feedlybackgroundtab
Podporované Jazyky 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"
    }
}