Save all tabs to Pocket
Save all opening tabs in current window to Pocket.
O que é Save all tabs to Pocket?
Save all tabs to Pocket é uma extensão do Chrome desenvolvida por Hanh Pho, e sua principal característica é "Save all opening tabs in current window to Pocket.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save all tabs to Pocket
Baixe arquivos de extensão Save all tabs to Pocket 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
Send all of the opening tabs in current window to Pocket for later reading. =====Change logs===== v1.2 - 03/Mar/2017 * Add an option to include of exclude pinned tabs.
Informações Básicas da Extensão
Nome | |
ID | bhmmhhjpffepjokjohnibgojinhekcad |
URL Oficial | https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad |
Descrição | Save all opening tabs in current window to Pocket. |
Tamanho do Arquivo | 61 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.2 |
Última Atualização | 2017-03-03 |
Data de Publicação | 2017-03-03 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | Hanh Pho |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-80.png", "128": "images\/icon-80.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-80.png", "38": "images\/icon-80.png" }, "default_title": "Save all tabs to Pocket", "default_popup": "popup.html" }, "permissions": [ "tabs", "identity", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/getpocket.com\/v3\/oauth\/*\/*" ], "web_accessible_resources": [ "success.html" ], "options_ui": { "page": "options.html", "chrome_style": true } } |