Smart RSS

RSS Reader

Qu'est-ce que Smart RSS ?

Smart RSS est une extension Chrome développée par zakius, et sa fonction principale est "RSS Reader".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart RSS

Téléchargez les fichiers d'extension Smart RSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smart RSS Smart RSS
ID eggggihfcaabljfpjiiaohloefmgejic
URL Officiel https://chromewebstore.google.com/detail/smart-rss/eggggihfcaabljfpjiiaohloefmgejic
Description RSS Reader
Taille du Fichier 333 KB
Nombre d'Installations 3,000
Version Actuelle 2.25.2
Dernière Mise à Jour 2023-03-09
Date de Publication 2020-06-20
Évaluation 4.48/5 Total 25 Évaluations
Développeur zakius
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SmartRSS/Smart-RSS
URL de la Page d'Aide https://github.com/SmartRSS/Smart-RSS
Langues Prises en Charge 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"
            }
        }
    }
}