PunyCode Converter
Helper for convert to/from PunyCode
什麼是PunyCode Converter?
PunyCode Converter是由https://online-media.ru開發的Chrome擴展程式,該擴展的主要功能是“Helper for convert to/from PunyCode”。
擴展截圖
下載PunyCode Converter擴展crx文件
下載PunyCode Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Little helper for quick convert text from/to PunyCode.
Thanks for nice code:
- https://github.com/bestiejs/punycode.js
- https://clipboardjs.com/                     擴展基本資訊
| 名稱 |   |  
| ID | iakofinpaidelmiljemlbnfijkdmeeaj | 
| 官方網址 | 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"
    }
}  |  |