Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Что такое Decode URLs?
Decode URLs - это расширение Chrome, разработанное Avi Klein, и его основная функция - "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".
Снимки экрана расширения
Скачать файл CRX расширения Decode URLs
Скачайте файлы расширений Decode URLs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). Основная информация о расширении
| Название | |
| ID | ammnkklofnncmpmenbffefpmdnocnmlp |
| Официальный URL | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
| Описание | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
| Размер файла | 7.79 KB |
| Количество установок | 238 |
| Текущая Версия | 1 |
| Последнее Обновление | 2019-04-24 |
| Дата публикации | 2019-04-24 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Avi Klein |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decode URLs",
"short_name": "Decode URLs",
"version": "1",
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "Popup.html"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |