Copy Domain Name
Copies the domain name from the URL to your clipboard
Что такое Copy Domain Name?
Copy Domain Name - это расширение Chrome, разработанное bobby.edmonds, и его основная функция - "Copies the domain name from the URL to your clipboard".
Снимки экрана расширения
Скачать файл CRX расширения Copy Domain Name
Скачайте файлы расширений Copy Domain Name в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to copy just the domain name from a URL to your clipboard with a single click. Основная информация о расширении
| Название | |
| ID | gocelmjggdhdmlbddfabmcfheaabcncg |
| Официальный URL | https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg |
| Описание | Copies the domain name from the URL to your clipboard |
| Размер файла | 12.27 KB |
| Количество установок | 28 |
| Текущая Версия | 0.0.0.1 |
| Последнее Обновление | 2023-05-13 |
| Дата публикации | 2023-05-13 |
| Разработчик | bobby.edmonds |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |