Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Что такое Copy All Urls?
Copy All Urls - это расширение Chrome, разработанное kdmsnr, и его основная функция - "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".
Снимки экрана расширения
Скачать файл CRX расширения Copy All Urls
Скачайте файлы расширений Copy All Urls в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Основная информация о расширении
Название | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
Официальный URL | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
Описание | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
Размер файла | 5.27 KB |
Количество установок | 3,801 |
Текущая Версия | 0.2.7 |
Последнее Обновление | 2013-06-25 |
Дата публикации | 2013-06-25 |
Рейтинг | 4.00/5 Всего 40 оценок |
Разработчик | kdmsnr |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |