Copy URL
Copy URL of the active tab into the clipboard
Wat is Copy URL?
Copy URL is een Chrome-extensie ontwikkeld door https://lukaspolak.com, en de belangrijkste functie is "Copy URL of the active tab into the clipboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy URL
Download Copy URL-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
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.
Basisinformatie over de Extensie
Naam | Copy URL |
ID | fcniaangaighnlfnjgcaonolkiibkdan |
Officiële URL | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
Beschrijving | Copy URL of the active tab into the clipboard |
Bestandsgrootte | 85.23 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-12-25 |
Publicatiedatum | 2021-12-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://lukaspolak.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
Help Pagina-URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
Ondersteunde Talen | 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" } } |