Smart RSS

RSS Reader

¿Qué es Smart RSS?

Smart RSS es una extensión de Chrome desarrollada por zakius, y su función principal es "RSS Reader".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Smart RSS

Descarga archivos de extensión Smart RSS 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

                        Smart RSS allows you to follow new posts on your favorite websites exposing RSS and Atom feeds in a three pane view, providing background loading of new articles and allowing you to organize sources into folders.                    

Información Básica de la Extensión

Nombre Smart RSS Smart RSS
ID eggggihfcaabljfpjiiaohloefmgejic
URL Oficial https://chromewebstore.google.com/detail/smart-rss/eggggihfcaabljfpjiiaohloefmgejic
Descripción RSS Reader
Tamaño del Archivo 333 KB
Cantidad de Instalaciones 3,000
Versión Actual 2.25.2
Última Actualización 2023-03-09
Fecha de Publicación 2020-06-20
Calificación 4.48/5 Total de 25 Calificaciones
Desarrollador zakius
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/SmartRSS/Smart-RSS
URL de la Página de Ayuda https://github.com/SmartRSS/Smart-RSS
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart RSS",
    "description": "RSS Reader",
    "manifest_version": 2,
    "version": "2.25.2",
    "background": {
        "page": "index.html"
    },
    "permissions": [
        "unlimitedStorage",
        "contextMenus",
        "alarms",
        "tabs",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Smart RSS",
        "default_icon": {
            "19": "images\/reload_anim_1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "rssDetector\/scan.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "19": "images\/icon19-arrow-orange.png",
        "48": "images\/48-inverted-round.png",
        "64": "images\/64-inverted-round.png",
        "96": "images\/96-inverted-round.png",
        "128": "images\/128-inverted-round.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+R",
                "mac": "Command+Shift+R",
                "chromeos": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R"
            }
        }
    }
}