RSS Finder

RSS finder

Qu'est-ce que RSS Finder ?

RSS Finder est une extension Chrome développée par mira.luzhanova, et sa fonction principale est "RSS finder".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension RSS Finder 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

                        Extension finds and shows to you RSS feeds, if they are present on page. You can copy the link and add it to your favorite RSS reader (share button planned in the further version).

If RSS feed doesn't exist on the page, extension shows notification. 

Simple and useful.                    

Informations de Base sur l'Extension

Nom RSS Finder RSS Finder
ID cdjocoacgphmbihenkkgaackgkjlfncp
URL Officiel https://chrome.google.com/webstore/detail/rss-finder/cdjocoacgphmbihenkkgaackgkjlfncp
Description RSS finder
Taille du Fichier 57.65 KB
Nombre d'Installations 6,000
Version Actuelle 2.0.0
Dernière Mise à Jour 2017-12-05
Date de Publication 2017-12-05
Évaluation 3.67/5 Total 3 Évaluations
Développeur mira.luzhanova
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "RSS Finder",
    "minimum_chrome_version": "50.0.0.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0"
}