Copy Domain Name
Copies the domain name from the URL to your clipboard
Apa itu Copy Domain Name?
Copy Domain Name adalah ekstensi Chrome yang dikembangkan oleh bobby.edmonds, dan fitur utamanya adalah "Copies the domain name from the URL to your clipboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Domain Name
Unduh file ekstensi Copy Domain Name dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to copy just the domain name from a URL to your clipboard with a single click.
Informasi Dasar Ekstensi
Nama | Copy Domain Name |
ID | gocelmjggdhdmlbddfabmcfheaabcncg |
URL Resmi | https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg |
Deskripsi | Copies the domain name from the URL to your clipboard |
Ukuran File | 12.27 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2023-05-13 |
Tanggal Publikasi | 2023-05-13 |
Pengembang | bobby.edmonds |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |