Feedbin.me

Subscribe to RSS and Atom news feeds with Feedbin.

Feedbin.meとは何ですか?

Feedbin.meはhttps://sites.google.com/site/haroldmartinによって開発されたChromeの拡張機能で、その主な機能は「Subscribe to RSS and Atom news feeds with Feedbin.」です。

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

screenshot

Feedbin.me拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Detect site feeds and subscribe to them in Feedbin.me from the omnibar.

Based on Google's RSS Subscription Extension

https://github.com/hbmartin/chrome-feedbin                    

拡張機能の基本情報

名前 Feedbin.me Feedbin.me
ID obchngnapdeffbdcaonhlobekdfeoekg
公式URL https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg
説明 Subscribe to RSS and Atom news feeds with Feedbin.
ファイルサイズ 69.2 KB
インストール数 144
現在のバージョン 1.1.1
最終更新日 2014-09-18
公開日 2014-09-18
評価 3.33/5 合計 9 レビュー
開発者 https://sites.google.com/site/haroldmartin
Eメール [email protected]
支払い方法 free
対応言語 id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedbin.me",
    "description": "Subscribe to RSS and Atom news feeds with Feedbin.",
    "version": "1.1.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "sniff_common.js",
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "sniff_common.js",
                "feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "19": "icon\/blue.png",
            "38": "icon\/[email protected]"
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}