PunyCode Converter

Helper for convert to/from PunyCode

PunyCode Converter क्या है?

PunyCode Converter https://online-media.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helper for convert to/from PunyCode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PunyCode Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}