Clone Tab
Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
O que é Clone Tab?
Clone Tab é uma extensão do Chrome desenvolvida por Jordan Bowness, e sua principal característica é "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clone Tab
Baixe arquivos de extensão Clone Tab 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
Duplicate your current tab via button or command (I personally use CTRL+T to replace Chrome's built-in new tab behavior). This extension does more than others in the Chrome Extension Store in that your entire tab's navigation history and browsing context is also duplicated. Great way to fork your current browsing session! Make like Dolly and start cloning!
Informações Básicas da Extensão
Nome | Clone Tab |
ID | lakoapehfeocchibmgehpllelmgmmaed |
URL Oficial | https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed |
Descrição | Duplicate your current tab with a click or custom keystroke, complete with full navigation history. |
Tamanho do Arquivo | 23.29 KB |
Contagem de Instalações | 1,141 |
Versão Atual | 1.2018.1.404 |
Última Atualização | 2018-01-05 |
Data de Publicação | 2018-01-04 |
Classificação | 4.79/5 Total de 14 Avaliações |
Desenvolvedor | Jordan Bowness |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "name": "Clone Current Tab" }, "description": "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.", "icons": { "128": "icon.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZdNzIOvljXDbefM60xAORD9o\/l\/1X11M4nbcFOfMWKThGlkIH3vBtNRyVctSocYBF4ugzYdjnoJDE77DVjEBNkIp3ts\/xf\/yGYfA9aXjw49oFJgYA+imMvpE6kjIcPTm2xrlZWIa8FgAkiFuBtX\/FVSVWF5Bc0hAy0T+KvQ1DlQIDAQAB", "manifest_version": 2, "name": "Clone Tab", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2018.1.404", "commands": { "clone-tab": { "suggested_key": { "windows": "Ctrl+T", "mac": "Ctrl+T", "chromeos": "Ctrl+T", "linux": "Ctrl+T" }, "description": "Clone Tab" } } } |