Feedbin.me

Subscribe to RSS and Atom news feeds with Feedbin.

Co je Feedbin.me?

Feedbin.me je rozšíření Chrome vyvinuté https://sites.google.com/site/haroldmartin, a jeho hlavní funkcí je „Subscribe to RSS and Atom news feeds with Feedbin.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Feedbin.me

Stáhněte si soubory rozšíření Feedbin.me 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í

                        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                    

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

Název Feedbin.me Feedbin.me
ID obchngnapdeffbdcaonhlobekdfeoekg
Oficiální URL https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg
Popis Subscribe to RSS and Atom news feeds with Feedbin.
Velikost souboru 69.2 KB
Počet instalací 144
Aktuální Verze 1.1.1
Poslední Aktualizace 2014-09-18
Datum Vydání 2014-09-18
Hodnocení 3.33/5 Celkem 9 Hodnocení
Vývojář https://sites.google.com/site/haroldmartin
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}