Clone Tab
Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
¿Qué es Clone Tab?
Clone Tab es una extensión de Chrome desarrollada por Jordan Bowness, y su función principal es "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clone Tab
Descarga archivos de extensión Clone Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Clone Tab |
ID | lakoapehfeocchibmgehpllelmgmmaed |
URL Oficial | https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed |
Descripción | Duplicate your current tab with a click or custom keystroke, complete with full navigation history. |
Tamaño del Archivo | 23.29 KB |
Cantidad de Instalaciones | 1,141 |
Versión Actual | 1.2018.1.404 |
Última Actualización | 2018-01-05 |
Fecha de Publicación | 2018-01-04 |
Calificación | 4.79/5 Total de 14 Calificaciones |
Desarrollador | Jordan Bowness |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } |