Convert Text
Allows you to convert text from a context menu.
ما هو Convert Text؟
Convert Text هو إضافة Chrome تم تطويرها بواسطة becca.ooo، والميزة الرئيسية لها هي "Allows you to convert text from a context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Convert Text
قم بتنزيل ملفات الامتداد Convert Text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
معلومات أساسية عن التمديد
الاسم | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
الوصف | Allows you to convert text from a context menu. |
حجم الملف | 18.15 KB |
عدد التثبيتات | 459 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2015-05-22 |
تاريخ النشر | 2015-05-22 |
تقييم | 3.29/5 مجموع تقييمات 7 |
المطور | becca.ooo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |