Tab Copy/Paste
Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
Wat is Tab Copy/Paste?
Tab Copy/Paste is een Chrome-extensie ontwikkeld door Alexander, en de belangrijkste functie is "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Copy/Paste
Download Tab Copy/Paste-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
Basisinformatie over de Extensie
Naam | Tab Copy/Paste |
ID | nbfccmdfpollpgjnbghmnkmgimliookh |
Officiële URL | https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh |
Beschrijving | Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard. |
Bestandsgrootte | 11.93 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-02-21 |
Publicatiedatum | 2015-02-21 |
Beoordeling | 4.64/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Alexander |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Tab Copy\/Paste", "permissions": [ "clipboardRead", "clipboardWrite", "tabs" ], "short_name": "Tab Copy\/Paste", "version": "1.2" } |