PunyCode Converter

Helper for convert to/from PunyCode

Co to jest PunyCode Converter?

PunyCode Converter to rozszerzenie Chrome opracowane przez https://online-media.ru, a jego główną funkcją jest „Helper for convert to/from PunyCode”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PunyCode Converter

Pobierz pliki rozszerzeń PunyCode Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Little helper for quick convert text from/to PunyCode.

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

Podstawowe informacje o rozszerzeniu

Nazwa PunyCode Converter PunyCode Converter
ID iakofinpaidelmiljemlbnfijkdmeeaj
Oficjalny URL https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj
Opis Helper for convert to/from PunyCode
Rozmiar pliku 17.18 KB
Liczba instalacji 67
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2023-12-11
Data Publikacji 2018-09-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://online-media.ru
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}