Erinome RSS Detector
RSS Detector for Erinome RSS extension.
Erinome RSS Detectorとは何ですか?
Erinome RSS DetectorはErinomeによって開発されたChromeの拡張機能で、その主な機能は「RSS Detector for Erinome RSS extension.」です。
拡張機能のスクリーンショット
Erinome RSS Detector拡張機能のCRXファイルをダウンロード
Erinome RSS Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Erinome RSS Detector |
ID | ebopppnmnflknmniiaggblaekaahmohl |
公式URL | https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl |
説明 | RSS Detector for Erinome RSS extension. |
ファイルサイズ | 24.82 KB |
インストール数 | 480 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-06-09 |
公開日 | 2018-06-09 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Erinome |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |