PunyCode Converter

Helper for convert to/from PunyCode

Cos'è PunyCode Converter?

PunyCode Converter è un'estensione di Chrome sviluppata da https://online-media.ru, e la sua funzione principale è "Helper for convert to/from PunyCode".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PunyCode Converter

Scarica i file di estensione PunyCode Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Little helper for quick convert text from/to PunyCode.

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

Informazioni di Base sull'Estensione

Nome PunyCode Converter PunyCode Converter
ID iakofinpaidelmiljemlbnfijkdmeeaj
URL Ufficiale https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj
Descrizione Helper for convert to/from PunyCode
Dimensione del File 17.18 KB
Conteggio Installazioni 67
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2018-09-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://online-media.ru
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}