To Be Read Pro
A list that holds the pages that you didn't read yet but you would like to.
O que é To Be Read Pro?
To Be Read Pro é uma extensão do Chrome desenvolvida por googoolea, e sua principal característica é "A list that holds the pages that you didn't read yet but you would like to.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão To Be Read Pro
Baixe arquivos de extensão To Be Read Pro 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
ToBeRead bookmarks your opened tabs for later read if you don't want to read them right now but later. If you find yourself reopening the same pages in the morning, pages that you did not read yet but you would like to, if your browser has more than 10 tabs opened every morning then this extension is for you. ToBeRead will access, on your choice, your browsing history but only opened tabs in order to save them always locally. Good news everyone, another version of this extension is available now: the light version; it doesn't save the screenshot of your page that you save in the read later list and so it needs less permissions. Check it, you might like it more
Informações Básicas da Extensão
Nome | To Be Read Pro |
ID | cciccjdddjngbmdagbaaanghhcpkebeo |
URL Oficial | https://chromewebstore.google.com/detail/to-be-read-pro/cciccjdddjngbmdagbaaanghhcpkebeo |
Descrição | A list that holds the pages that you didn't read yet but you would like to. |
Tamanho do Arquivo | 62.07 KB |
Contagem de Instalações | 381 |
Versão Atual | 3.2 |
Última Atualização | 2013-12-15 |
Data de Publicação | 2013-12-15 |
Classificação | 4.33/5 Total de 15 Avaliações |
Desenvolvedor | googoolea |
Tipo de Pagamento | free |
Site da Extensão | http://www.gugulea.ro/app/?page_id=47 |
URL da Página de Ajuda | http://www.gugulea.ro/app/?page_id=47 |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To Be Read Pro", "version": "3.2", "description": "A list that holds the pages that you didn't read yet but you would like to.", "icons": { "128": "icons\/tbr128.png", "64": "icons\/tbr64.png", "32": "icons\/tbr32.png", "16": "icons\/tbr16.png" }, "browser_action": { "default_icon": "icons\/tbr32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "homepage_url": "http:\/\/gugulea.ro\/app\/?page_id=47", "permissions": [ "tabs", "unlimitedStorage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |