Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
ما هو Upper Lower - text case converter؟
Upper Lower - text case converter هو إضافة Chrome تم تطويرها بواسطة https://hectorvaldes.dev، والميزة الرئيسية لها هي "Change a text to uppercase and lowercase quickly and easily".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Upper Lower - text case converter
قم بتنزيل ملفات الامتداد Upper Lower - text case converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension is very easy to use: - Copy a text and paste it into the extension box. - Press the button according to how you want it (Uppercase, Lowercase, Capitalize or Capitalize All). - The extension will automatically select the result for you to copy. - Done, paste it wherever you want.
معلومات أساسية عن التمديد
الاسم | Upper Lower - text case converter |
ID | clhpelfcjphahimcabjdabcocdnphnfe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
الوصف | Change a text to uppercase and lowercase quickly and easily |
حجم الملف | 29.92 KB |
عدد التثبيتات | 130 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2024-02-29 |
تاريخ النشر | 2022-07-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://hectorvaldes.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://hectorvaldes.dev/ |
عنوان صفحة المساعدة | https://hectorvaldes.dev/#contacto |
عنوان صفحة سياسة الخصوصية | https://hectorvaldes.dev/privacy-policy-upper-lower |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper Lower - text case converter", "description": "Change a text to uppercase and lowercase quickly and easily", "version": "1.4.1", "action": { "default_popup": "popup.html", "default_title": "Paste the text and convert it", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "permissions": [ "contextMenus", "activeTab", "scripting" ], "icons": { "16": "\/images\/get_started16.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "background": { "service_worker": "bg.js" }, "manifest_version": 3, "author": "Mushroom Dev" } |