Convert2morse
Converts text to morse
ما هو Convert2morse؟
Convert2morse هو إضافة Chrome تم تطويرها بواسطة https://www.userpixel.com، والميزة الرئيسية لها هي "Converts text to morse".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Convert2morse
قم بتنزيل ملفات الامتداد Convert2morse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select and convert any text on any page to morse code with the click of a button. Convert2morse adds a menu item to your Chrome that easily converts the selected text into morse code. * Extremely small application (3KB) * Doesn't need any permission * Open source: https://github.com/hanifbbz/convert2morse
معلومات أساسية عن التمديد
الاسم | Convert2morse |
ID | ciegdohnoiolmmekpeeehfdfpbfchoif |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif |
الوصف | Converts text to morse |
حجم الملف | 5.56 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-02-13 |
تاريخ النشر | 2014-02-13 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | https://www.userpixel.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert2morse", "short_name": "morse", "description": "Converts text to morse", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "morse.js", "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |