Erinome RSS Detector
RSS Detector for Erinome RSS extension.
Vad är Erinome RSS Detector?
Erinome RSS Detector är en Chrome-tillägg utvecklad av Erinome, och dess huvudfunktion är "RSS Detector for Erinome RSS extension.".
Tilläggsskärmbilder
Ladda ner Erinome RSS Detector-förlängningens CRX-fil
Ladda ner Erinome RSS Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
Officiell webbadress | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
Beskrivning | RSS Detector for Erinome RSS extension. |
Filstorlek | 24.82 KB |
Antal Installationer | 480 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2018-06-09 |
Publiceringsdatum | 2018-06-09 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Erinome |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |