Feedly Background Tab

Open Feedly Links in Background Tab using shortcut key

Feedly Background Tabとは何ですか?

Feedly Background TabはAaron Sarayによって開発されたChromeの拡張機能で、その主な機能は「Open Feedly Links in Background Tab using shortcut key」です。

拡張機能のスクリーンショット

screenshot

Feedly Background Tab拡張機能のCRXファイルをダウンロード

Feedly Background Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Feedly Background Tab Feedly Background Tab
ID gjlijkhcebalcchkhgaiflaooghmoegk
公式URL https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk
説明 Open Feedly Links in Background Tab using shortcut key
ファイルサイズ 15.99 KB
インストール数 4,009
現在のバージョン 0.13
最終更新日 2017-08-11
公開日 2017-08-11
評価 3.96/5 合計 79 レビュー
開発者 Aaron Saray
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/aaronsaray/feedlybackgroundtab
ヘルプページのURL https://github.com/aaronsaray/feedlybackgroundtab
対応言語 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"
    }
}