Copylink
Click to copy the url of the current page to your clipboard
Что такое Copylink?
Copylink - это расширение Chrome, разработанное https://rgbstudios.org, и его основная функция - "Click to copy the url of the current page to your clipboard".
Снимки экрана расширения
Скачать файл CRX расширения Copylink
Скачайте файлы расширений Copylink в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simply click the button to copy the address of the current website. * Use copylink to quickly send, share, or save the url to a website. * The address is also displayed in a little textbox. Don't forget to rate and share! Enjoy! :) V.1.3.0 RGB Studios rgbstudios.org facebook.com/rgbstudios.org/ [email protected]
Основная информация о расширении
Название | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
Официальный URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
Описание | Click to copy the url of the current page to your clipboard |
Размер файла | 7.6 KB |
Количество установок | 362 |
Текущая Версия | 1.3.0 |
Последнее Обновление | 2023-11-21 |
Дата публикации | 2019-12-03 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | https://rgbstudios.org |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copylink", "description": "Click to copy the url of the current page to your clipboard", "version": "1.3.0", "action": { "default_icon": "128_icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "128": "128_icon.png", "48": "48_icon.png", "16": "16_icon.png" } } |