RSS Finder
RSS finder
什么是RSS Finder?
RSS Finder是由mira.luzhanova开发的Chrome扩展程序,该扩展的主要功能是“RSS finder”。
扩展截图
下载RSS Finder扩展crx文件
下载RSS Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension finds and shows to you RSS feeds, if they are present on page. You can copy the link and add it to your favorite RSS reader (share button planned in the further version). If RSS feed doesn't exist on the page, extension shows notification. Simple and useful.
扩展基本信息
名称 | |
ID | cdjocoacgphmbihenkkgaackgkjlfncp |
官方URL | https://chrome.google.com/webstore/detail/rss-finder/cdjocoacgphmbihenkkgaackgkjlfncp |
简介 | RSS finder |
文件大小 | 57.65 KB |
安装次数 | 6,000 |
当前版本 | 2.0.0 |
更新时间 | 2017-12-05 |
上架时间 | 2017-12-05 |
评分 | 3.67/5 共3次评分 |
开发者 | mira.luzhanova |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+A" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "RSS Finder", "minimum_chrome_version": "50.0.0.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |