RSS Finder

RSS finder

Wat is RSS Finder?

RSS Finder is een Chrome-extensie ontwikkeld door mira.luzhanova, en de belangrijkste functie is "RSS finder".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RSS Finder

Download RSS Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam RSS Finder RSS Finder
ID cdjocoacgphmbihenkkgaackgkjlfncp
Officiële URL https://chrome.google.com/webstore/detail/rss-finder/cdjocoacgphmbihenkkgaackgkjlfncp
Beschrijving RSS finder
Bestandsgrootte 57.65 KB
Aantal Installaties 6,000
Huidige Versie 2.0.0
Laatst Bijgewerkt 2017-12-05
Publicatiedatum 2017-12-05
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar mira.luzhanova
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}