PunyCode Converter

Helper for convert to/from PunyCode

PunyCode Converter là gì?

PunyCode Converter là một tiện ích mở rộng Chrome được phát triển bởi https://online-media.ru, và tính năng chính của nó là "Helper for convert to/from PunyCode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PunyCode Converter

Tải xuống các tệp mở rộng PunyCode Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Little helper for quick convert text from/to PunyCode.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PunyCode Converter PunyCode Converter
ID iakofinpaidelmiljemlbnfijkdmeeaj
URL Chính Thức https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj
Mô tả Helper for convert to/from PunyCode
Kích Thước Tệp 17.18 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2018-09-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://online-media.ru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}