Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
什么是Feedbin.me?
Feedbin.me是由https://sites.google.com/site/haroldmartin开发的Chrome扩展程序,该扩展的主要功能是“Subscribe to RSS and Atom news feeds with Feedbin.”。
扩展截图
下载Feedbin.me扩展crx文件
下载Feedbin.me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Detect site feeds and subscribe to them in Feedbin.me from the omnibar.
Based on Google's RSS Subscription Extension
https://github.com/hbmartin/chrome-feedbin 扩展基本信息
| 名称 | |
| ID | obchngnapdeffbdcaonhlobekdfeoekg |
| 官方URL | https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg |
| 简介 | Subscribe to RSS and Atom news feeds with Feedbin. |
| 文件大小 | 69.2 KB |
| 安装次数 | 144 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2014-09-18 |
| 上架时间 | 2014-09-18 |
| 评分 | 3.33/5 共9次评分 |
| 开发者 | https://sites.google.com/site/haroldmartin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feedbin.me",
"description": "Subscribe to RSS and Atom news feeds with Feedbin.",
"version": "1.1.1",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"sniff_common.js",
"doc_start.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
},
{
"js": [
"sniff_common.js",
"feed_finder.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"manifest_version": 2,
"page_action": {
"default_icon": {
"19": "icon\/blue.png",
"38": "icon\/[email protected]"
}
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |