Read Later - save tab and read later
An easy way to save a tab and revisit it later
O que é Read Later - save tab and read later?
Read Later - save tab and read later é uma extensão do Chrome desenvolvida por lx223, e sua principal característica é "An easy way to save a tab and revisit it later".
Baixar o arquivo CRX da Extensão Read Later - save tab and read later
Baixe arquivos de extensão Read Later - save tab and read later 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 | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
URL Oficial | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
Descrição | An easy way to save a tab and revisit it later |
Tamanho do Arquivo | 97.08 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.2.4 |
Última Atualização | 2015-10-14 |
Data de Publicação | 2015-10-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | lx223 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lx223/read-later |
URL da Página de Ajuda | https://github.com/lx223/read-later-chrome-extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later - save tab and read later", "short_name": "Read Later", "description": "An easy way to save a tab and revisit it later", "version": "0.2.4", "minimum_chrome_version": "35", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/storage.js", "js\/contextMenu.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon38_active.png", "default_title": "Read Later", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "commands": { "read-later": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "A quick way to save&close current tab to read later" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" } } }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "contextMenus", "chrome:\/\/favicon\/*", " |