Feedbin.me

Subscribe to RSS and Atom news feeds with Feedbin.

Cos'è Feedbin.me?

Feedbin.me è un'estensione di Chrome sviluppata da https://sites.google.com/site/haroldmartin, e la sua funzione principale è "Subscribe to RSS and Atom news feeds with Feedbin.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Feedbin.me

Scarica i file di estensione Feedbin.me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Feedbin.me Feedbin.me
ID obchngnapdeffbdcaonhlobekdfeoekg
URL Ufficiale https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg
Descrizione Subscribe to RSS and Atom news feeds with Feedbin.
Dimensione del File 69.2 KB
Conteggio Installazioni 144
Versione Corrente 1.1.1
Ultimo Aggiornamento 2014-09-18
Data di Pubblicazione 2014-09-18
Valutazione 3.33/5 Totale 9 Valutazioni
Sviluppatore https://sites.google.com/site/haroldmartin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}