Copy URL
Copy URL of the active tab into the clipboard
Was ist Copy URL?
Copy URL ist eine Chrome-Erweiterung, die von https://lukaspolak.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy URL of the active tab into the clipboard".
Erweiterungsscreenshots
Copy URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy URL-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
Copy URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic! Now you can even change the extension icon color! Just right-click on the extension, pick an "Options," and choose your preferred color theme.
Grundlegende Informationen zur Erweiterung
Name | Copy URL |
ID | fcniaangaighnlfnjgcaonolkiibkdan |
Offizielle URL | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
Beschreibung | Copy URL of the active tab into the clipboard |
Dateigröße | 85.23 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-12-25 |
Veröffentlichungsdatum | 2021-12-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://lukaspolak.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
Hilfeseite URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL", "description": "Copy URL of the active tab into the clipboard", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } } |