Copy URL text
A tool to decode URL when copying links from a web page.
Что такое Copy URL text?
Copy URL text - это расширение Chrome, разработанное dave.waters89, и его основная функция - "A tool to decode URL when copying links from a web page.".
Снимки экрана расширения
Скачать файл CRX расширения Copy URL text
Скачайте файлы расширений Copy URL text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting. Основная информация о расширении
| Название | |
| ID | hdgelchllommgmclkoobnphdloeaabab |
| Официальный URL | https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab |
| Описание | A tool to decode URL when copying links from a web page. |
| Размер файла | 3.48 KB |
| Количество установок | 24 |
| Текущая Версия | 0.0.0.2 |
| Последнее Обновление | 2018-12-04 |
| Дата публикации | 2018-12-04 |
| Разработчик | dave.waters89 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL text",
"description": "A tool to decode URL when copying links from a web page.",
"version": "0.0.0.2",
"manifest_version": 2,
"permissions": [
"https:\/\/myteams.toyota.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/myteams.toyota.com\/*"
],
"js": [
"oncopy.js"
]
}
]
} | |