Save my Tabs
Save all tabs at once.
O que é Save my Tabs?
Save my Tabs é uma extensão do Chrome desenvolvida por SG Web, e sua principal característica é "Save all tabs at once.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save my Tabs
Baixe arquivos de extensão Save my Tabs 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
The Save my Tabs is an extension that with one click can save all open tabs in your browser. After the click, you have the option of: - Select the tab you want to save - Save to Favorites choosing the directory to be saved or creating a new directory. - Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc.. In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs." by SG Web and Monteverde.
Informações Básicas da Extensão
Nome | Save my Tabs |
ID | djadfifncobffjpicnkiegahdiobpaap |
URL Oficial | https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap |
Descrição | Save all tabs at once. |
Tamanho do Arquivo | 25.46 KB |
Contagem de Instalações | 26,913 |
Versão Atual | 1.0.6 |
Última Atualização | 2017-03-13 |
Data de Publicação | 2017-03-13 |
Classificação | 4.03/5 Total de 86 Avaliações |
Desenvolvedor | SG Web |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/wsiqueira/savemytabs-chrome-ext/ |
URL da Página de Ajuda | https://github.com/wsiqueira/savemytabs-chrome-ext/wiki |
Idiomas Suportados | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save my Tabs", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "version": "1.0.6", "background": { "scripts": [ "js\/links.js" ] }, "permissions": [ "contextMenus", "bookmarks", "tabs" ], "browser_action": { "default_title": "Save my Tabs", "default_icon": "img\/icons\/icon48.png", "default_popup": "index.html" }, "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |