Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
What is Feedbin.me?
Feedbin.me is a Chrome extension developed by https://sites.google.com/site/haroldmartin, and its main feature is "Subscribe to RSS and Atom news feeds with Feedbin.".
Extension Screenshots
Download Feedbin.me Extension CRX File
Download Feedbin.me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Feedbin.me |
ID | obchngnapdeffbdcaonhlobekdfeoekg |
Official URL | https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg |
Description | Subscribe to RSS and Atom news feeds with Feedbin. |
File Size | 69.2 KB |
Installation Count | 144 |
Current Version | 1.1.1 |
Last Updated | 2014-09-18 |
Publish Date | 2014-09-18 |
Rating | 3.33/5 Total 9 Ratings |
Developer | https://sites.google.com/site/haroldmartin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |