Tab Copy/Paste
Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
Was ist Tab Copy/Paste?
Tab Copy/Paste ist eine Chrome-Erweiterung, die von Alexander entwickelt wurde, und ihr Hauptmerkmal ist "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".
Erweiterungsscreenshots
Tab Copy/Paste-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Copy/Paste-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Tab Copy/Paste |
ID | nbfccmdfpollpgjnbghmnkmgimliookh |
Offizielle URL | https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh |
Beschreibung | Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard. |
Dateigröße | 11.93 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-02-21 |
Veröffentlichungsdatum | 2015-02-21 |
Bewertung | 4.64/5 Insgesamt 11 Bewertungen |
Entwickler | Alexander |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |