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 |
Eメール | [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" } } |