Erinome RSS Detector
RSS Detector for Erinome RSS extension.
Apa itu Erinome RSS Detector?
Erinome RSS Detector adalah ekstensi Chrome yang dikembangkan oleh Erinome, dan fitur utamanya adalah "RSS Detector for Erinome RSS extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Erinome RSS Detector
Unduh file ekstensi Erinome RSS Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
URL Resmi | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
Deskripsi | RSS Detector for Erinome RSS extension. |
Ukuran File | 24.82 KB |
Jumlah Instalasi | 480 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2018-06-09 |
Tanggal Publikasi | 2018-06-09 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Erinome |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |