PunyCode Converter

Helper for convert to/from PunyCode

Vad är PunyCode Converter?

PunyCode Converter är en Chrome-tillägg utvecklad av https://online-media.ru, och dess huvudfunktion är "Helper for convert to/from PunyCode".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner PunyCode Converter-förlängningens CRX-fil

Ladda ner PunyCode Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Little helper for quick convert text from/to PunyCode.

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

Grundläggande Information om Tillägg

Namn PunyCode Converter PunyCode Converter
ID iakofinpaidelmiljemlbnfijkdmeeaj
Officiell webbadress https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj
Beskrivning Helper for convert to/from PunyCode
Filstorlek 17.18 KB
Antal Installationer 67
Aktuell Version 1.0.0.0
Senast Uppdaterad 2023-12-11
Publiceringsdatum 2018-09-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://online-media.ru
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}