Copy URL
Copy URL of the active tab into the clipboard
Hvad er Copy URL?
Copy URL er en Chrome-udvidelse udviklet af https://lukaspolak.com, og dens hovedfunktion er "Copy URL of the active tab into the clipboard".
Udvidelsesskærmbilleder
Download Copy URL-udvidelses-CRX-fil
Download Copy URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fcniaangaighnlfnjgcaonolkiibkdan |
| Officiel URL | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
| Beskrivelse | Copy URL of the active tab into the clipboard |
| Filstørrelse | 85.23 KB |
| Antal Installationer | 25 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-12-25 |
| Udgivelsesdato | 2021-12-24 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://lukaspolak.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
| Hjælpeside-URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
| Understøttede Sprog | 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"
}
} | |