Reader Self Feeder
Detect feeds in current page and get direct links to subscribe in Reader Self
O que é Reader Self Feeder?
Reader Self Feeder é uma extensão do Chrome desenvolvida por http://readerself.com, e sua principal característica é "Detect feeds in current page and get direct links to subscribe in Reader Self".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reader Self Feeder
Baixe arquivos de extensão Reader Self Feeder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | lnjjeiphdakecehcmeincfglpaabdiaf |
URL Oficial | https://chrome.google.com/webstore/detail/reader-self-feeder/lnjjeiphdakecehcmeincfglpaabdiaf |
Descrição | Detect feeds in current page and get direct links to subscribe in Reader Self |
Tamanho do Arquivo | 312 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.2.2 |
Última Atualização | 2013-10-21 |
Data de Publicação | 2013-10-21 |
Desenvolvedor | http://readerself.com |
Tipo de Pagamento | free |
Site da Extensão | http://readerself.com/ |
URL da Página de Ajuda | https://github.com/readerself/readerself-feeder-for-chrome/issues |
Idiomas Suportados | 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:\/\/*\/*" ] } |