PunyCode Converter
Helper for convert to/from PunyCode
Apa itu PunyCode Converter?
PunyCode Converter adalah ekstensi Chrome yang dikembangkan oleh https://online-media.ru, dan fitur utamanya adalah "Helper for convert to/from PunyCode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PunyCode Converter
Unduh file ekstensi PunyCode Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Little helper for quick convert text from/to PunyCode. Thanks for nice code: - https://github.com/bestiejs/punycode.js - https://clipboardjs.com/
Informasi Dasar Ekstensi
Nama | PunyCode Converter |
ID | iakofinpaidelmiljemlbnfijkdmeeaj |
URL Resmi | https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj |
Deskripsi | Helper for convert to/from PunyCode |
Ukuran File | 17.18 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.0.0.0 |
Terakhir Diperbarui | 2023-12-11 |
Tanggal Publikasi | 2018-09-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://online-media.ru |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |