Copy URL
Copy URL of the active tab into the clipboard
Vad är Copy URL?
Copy URL är en Chrome-tillägg utvecklad av https://lukaspolak.com, och dess huvudfunktion är "Copy URL of the active tab into the clipboard".
Tilläggsskärmbilder
Ladda ner Copy URL-förlängningens CRX-fil
Ladda ner Copy URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Copy URL |
ID | fcniaangaighnlfnjgcaonolkiibkdan |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
Beskrivning | Copy URL of the active tab into the clipboard |
Filstorlek | 85.23 KB |
Antal Installationer | 25 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-12-25 |
Publiceringsdatum | 2021-12-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://lukaspolak.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
Hjälpsida URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
Stödda Språk | 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" } } |