Copy Domain Name
Copies the domain name from the URL to your clipboard
Vad är Copy Domain Name?
Copy Domain Name är en Chrome-tillägg utvecklad av bobby.edmonds, och dess huvudfunktion är "Copies the domain name from the URL to your clipboard".
Tilläggsskärmbilder
Ladda ner Copy Domain Name-förlängningens CRX-fil
Ladda ner Copy Domain Name-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
This extension allows you to copy just the domain name from a URL to your clipboard with a single click. Grundläggande Information om Tillägg
| Namn | |
| ID | gocelmjggdhdmlbddfabmcfheaabcncg |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg |
| Beskrivning | Copies the domain name from the URL to your clipboard |
| Filstorlek | 12.27 KB |
| Antal Installationer | 28 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2023-05-13 |
| Publiceringsdatum | 2023-05-13 |
| Utvecklare | bobby.edmonds |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy Domain Name",
"version": "0.0.0.1",
"description": "Copies the domain name from the URL to your clipboard",
"manifest_version": 3,
"action": [],
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"32": "img\/icon32.png"
}
} | |