Feedbin.me

Subscribe to RSS and Atom news feeds with Feedbin.

¿Qué es Feedbin.me?

Feedbin.me es una extensión de Chrome desarrollada por https://sites.google.com/site/haroldmartin, y su función principal es "Subscribe to RSS and Atom news feeds with Feedbin.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Feedbin.me

Descarga archivos de extensión Feedbin.me en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Feedbin.me Feedbin.me
ID obchngnapdeffbdcaonhlobekdfeoekg
URL Oficial https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg
Descripción Subscribe to RSS and Atom news feeds with Feedbin.
Tamaño del Archivo 69.2 KB
Cantidad de Instalaciones 144
Versión Actual 1.1.1
Última Actualización 2014-09-18
Fecha de Publicación 2014-09-18
Calificación 3.33/5 Total de 9 Calificaciones
Desarrollador https://sites.google.com/site/haroldmartin
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}