Clone Tab
Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
Wat is Clone Tab?
Clone Tab is een Chrome-extensie ontwikkeld door Jordan Bowness, en de belangrijkste functie is "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clone Tab
Download Clone Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Clone Tab |
ID | lakoapehfeocchibmgehpllelmgmmaed |
Officiële URL | https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed |
Beschrijving | Duplicate your current tab with a click or custom keystroke, complete with full navigation history. |
Bestandsgrootte | 23.29 KB |
Aantal Installaties | 1,141 |
Huidige Versie | 1.2018.1.404 |
Laatst Bijgewerkt | 2018-01-05 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 4.79/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Jordan Bowness |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |