PunyCode Converter
Helper for convert to/from PunyCode
What is PunyCode Converter?
PunyCode Converter is a Chrome extension developed by https://online-media.ru, and its main feature is "Helper for convert to/from PunyCode".
Extension Screenshots
Download PunyCode Converter Extension CRX File
Download PunyCode Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Little helper for quick convert text from/to PunyCode. Thanks for nice code: - https://github.com/bestiejs/punycode.js - https://clipboardjs.com/
Extension Basic Information
Name | PunyCode Converter |
ID | iakofinpaidelmiljemlbnfijkdmeeaj |
Official URL | https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj |
Description | Helper for convert to/from PunyCode |
File Size | 17.18 KB |
Installation Count | 67 |
Current Version | 1.0.0.0 |
Last Updated | 2023-12-11 |
Publish Date | 2018-09-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://online-media.ru |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |