PunyCode Converter
Helper for convert to/from PunyCode
ما هو PunyCode Converter؟
PunyCode Converter هو إضافة Chrome تم تطويرها بواسطة https://online-media.ru، والميزة الرئيسية لها هي "Helper for convert to/from PunyCode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PunyCode Converter
قم بتنزيل ملفات الامتداد PunyCode Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Little helper for quick convert text from/to PunyCode.
Thanks for nice code:
- https://github.com/bestiejs/punycode.js
- https://clipboardjs.com/ معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |