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

Feedly-Simplifyとは何ですか?

Feedly-Simplifyはckuijjerによって開発されたChromeの拡張機能で、その主な機能は「This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Feedly-Simplify Feedly-Simplify
ID fgepkmmkpkdoppdjenceolgjbdcfiekb
公式URL https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb
説明 This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
ファイルサイズ 6.41 KB
インストール数 28
現在のバージョン 1.5.6
最終更新日 2017-11-02
公開日 2017-11-02
開発者 ckuijjer
支払い方法 free
対応言語 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"
        ]
    }
}