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 |
电子邮箱 | [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" } } |