Reader Self Feeder
Detect feeds in current page and get direct links to subscribe in Reader Self
What is Reader Self Feeder?
Reader Self Feeder is a Chrome extension developed by http://readerself.com, and its main feature is "Detect feeds in current page and get direct links to subscribe in Reader Self".
Extension Screenshots
Download Reader Self Feeder Extension CRX File
Download Reader Self Feeder 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
Extension Basic Information
Name | |
ID | lnjjeiphdakecehcmeincfglpaabdiaf |
Official URL | https://chrome.google.com/webstore/detail/reader-self-feeder/lnjjeiphdakecehcmeincfglpaabdiaf |
Description | Detect feeds in current page and get direct links to subscribe in Reader Self |
File Size | 312 KB |
Installation Count | 14 |
Current Version | 1.2.2 |
Last Updated | 2013-10-21 |
Publish Date | 2013-10-21 |
Developer | http://readerself.com |
Payment Type | free |
Extension Website | http://readerself.com/ |
Help Page URL | https://github.com/readerself/readerself-feeder-for-chrome/issues |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reader Self Feeder", "version": "1.2.2", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "icons": { "16": "\/medias\/readerself_16x16.png", "48": "\/medias\/readerself_48x48.png", "128": "\/medias\/readerself_128x128.png" }, "homepage_url": "http:\/\/readerself.com", "options_page": "\/application\/views\/options.html", "background": { "page": "\/application\/views\/background.html" }, "content_scripts": [ { "js": [ "\/scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "page_action": { "default_icon": "\/medias\/readerself_16x16.png", "default_title": "Reader Self Feeder", "default_popup": "\/application\/views\/popup.html" }, "permissions": [ "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |