Feedly Subscriber

One-click subscribe with Feedly

Feedly Subscriberとは何ですか?

Feedly Subscriberはp3limによって開発されたChromeの拡張機能で、その主な機能は「One-click subscribe with Feedly」です。

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

screenshot

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

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

拡張機能の使用方法

                        Feedly Subscriber is a Chrome extension for Feedly, which allows you to easily add new feeds, one click away!

I made this as a superior alternative to Google's RSS subscription extension, specifically for Feedly.

Also, see my Feedly Counter extension:
http://bit.ly/feedly-counter                    

拡張機能の基本情報

名前 Feedly Subscriber Feedly Subscriber
ID kflhgnleiaemnemmnbfndohdoabfnock
公式URL https://chromewebstore.google.com/detail/feedly-subscriber/kflhgnleiaemnemmnbfndohdoabfnock
説明 One-click subscribe with Feedly
ファイルサイズ 9.66 KB
インストール数 429
現在のバージョン 1.1.0
最終更新日 2015-01-30
公開日 2015-01-30
評価 4.55/5 合計 20 レビュー
開発者 p3lim
支払い方法 free
拡張機能のウェブサイト https://github.com/p3lim/feedly-subscriber
ヘルプページのURL https://github.com/p3lim/feedly-subscriber/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Subscriber",
    "description": "One-click subscribe with Feedly",
    "version": "1.1.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/sniffer.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}