Any Read
A simple reading list extension.
O que é Any Read?
Any Read é uma extensão do Chrome desenvolvida por Zhiyuan Wang, e sua principal característica é "A simple reading list extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Any Read
Baixe arquivos de extensão Any Read 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
A popup extension to keep a read list (links), and makes it easier to read them later, with a simple task list style UI. Just click the Plus button, then the current web url will be stored and the page title will be placed on the list.
Informações Básicas da Extensão
Nome | Any Read |
ID | dahbkkbedobniaieddagfknfhomgchfi |
URL Oficial | https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi |
Descrição | A simple reading list extension. |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 60 |
Versão Atual | 0.0.1 |
Última Atualização | 2014-11-10 |
Data de Publicação | 2014-11-10 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Zhiyuan Wang |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any Read", "version": "0.0.1", "description": "A simple reading list extension.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |