Always Reading
This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
O que é Always Reading?
Always Reading é uma extensão do Chrome desenvolvida por https://www.alwaysreading.io, e sua principal característica é "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Always Reading
Baixe arquivos de extensão Always Reading 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
Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin, you can simply click the spectacles icon and the current page url will be added to your reading list. You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.
Informações Básicas da Extensão
Nome | Always Reading |
ID | gihidhpmopfabfdkemhokgolidpnhnpn |
URL Oficial | https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn |
Descrição | This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list |
Tamanho do Arquivo | 871 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.6 |
Última Atualização | 2018-03-17 |
Data de Publicação | 2018-03-17 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | https://www.alwaysreading.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.alwaysreading.io |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Always Reading", "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list", "version": "1.6", "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "Always Reading!" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "https:\/\/*.alwaysreading.io\/" ] } |