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/
扩展基本信息
名称 | 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" } } |