Copy Domain Name
Copies the domain name from the URL to your clipboard
What is Copy Domain Name?
Copy Domain Name is a Chrome extension developed by bobby.edmonds, and its main feature is "Copies the domain name from the URL to your clipboard".
Extension Screenshots
Download Copy Domain Name Extension CRX File
Download Copy Domain Name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to copy just the domain name from a URL to your clipboard with a single click.
Extension Basic Information
Name | Copy Domain Name |
ID | gocelmjggdhdmlbddfabmcfheaabcncg |
Official URL | https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg |
Description | Copies the domain name from the URL to your clipboard |
File Size | 12.27 KB |
Installation Count | 28 |
Current Version | 0.0.0.1 |
Last Updated | 2023-05-13 |
Publish Date | 2023-05-13 |
Developer | bobby.edmonds |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |