Tab Stasher
Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
O que é Tab Stasher?
Tab Stasher é uma extensão do Chrome desenvolvida por https://www.zenoven.com, e sua principal característica é "Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Stasher
Baixe arquivos de extensão Tab Stasher 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 | Tab Stasher |
ID | igbkiendclmannlppkbacbfnolhgoino |
URL Oficial | https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino |
Descrição | Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup |
Tamanho do Arquivo | 67.76 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1.3 |
Última Atualização | 2016-12-13 |
Data de Publicação | 2016-12-13 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | https://www.zenoven.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/zenoven/tab-stash |
URL da Página de Política de Privacidade | https://github.com/zenoven/privacy-policy/blob/main/README.md |
Idiomas Suportados | en,en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1.3", "manifest_version": 2, "minimum_chrome_version": "16", "description": "__MSG_extDescription__", "default_locale": "zh_CN", "browser_action": { "default_icon": "images\/16.png", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "bookmarks" ], "background": { "scripts": [ "js\/background.bundle.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |