PunyCode Converter

Helper for convert to/from PunyCode

Что такое PunyCode Converter?

PunyCode Converter - это расширение Chrome, разработанное https://online-media.ru, и его основная функция - "Helper for convert to/from PunyCode".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения PunyCode Converter

Скачайте файлы расширений PunyCode Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Little helper for quick convert text from/to PunyCode.

Thanks for nice code:
- https://github.com/bestiejs/punycode.js
- https://clipboardjs.com/                    

Основная информация о расширении

Название PunyCode Converter PunyCode Converter
ID iakofinpaidelmiljemlbnfijkdmeeaj
Официальный URL https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj
Описание Helper for convert to/from PunyCode
Размер файла 17.18 KB
Количество установок 67
Текущая Версия 1.0.0.0
Последнее Обновление 2023-12-11
Дата публикации 2018-09-20
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://online-media.ru
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "version": "1.0.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "36": "\/i\/ico-36.png",
        "48": "\/i\/ico-48.png",
        "64": "\/i\/ico-64.png",
        "128": "\/i\/ico-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/i\/tb-icon-19.png",
            "38": "\/i\/tb-icon-38.png"
        },
        "default_title": "__MSG_extensionTitle__",
        "default_popup": "\/popup.html"
    }
}