Erinome RSS Detector
RSS Detector for Erinome RSS extension.
Co je Erinome RSS Detector?
Erinome RSS Detector je rozšíření Chrome vyvinuté Erinome, a jeho hlavní funkcí je „RSS Detector for Erinome RSS extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Erinome RSS Detector
Stáhněte si soubory rozšíření Erinome RSS Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension helps to determine whether there are RSS feeds on pages you visit and what their URLs are. It is useful for setting up Erinome RSS reader extension, where you would need to know the addresses of your feeds to add them for the first time.
Základní Informace o Rozšíření
Název | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
Oficiální URL | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
Popis | RSS Detector for Erinome RSS extension. |
Velikost souboru | 24.82 KB |
Počet instalací | 480 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2018-06-09 |
Datum Vydání | 2018-06-09 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Erinome |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Erinome RSS Detector", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "scripts\/detector_scan.js" ] } ], "description": "RSS Detector for Erinome RSS extension.", "manifest_version": 2, "version": "1.0.2", "background": { "scripts": [ "scripts\/detector_bg.js" ], "persistent": false }, "page_action": { "default_title": "RSS", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |