Text Convert Case
Convert case, slugify data of the selected text
ما هو Text Convert Case؟
Text Convert Case هو إضافة Chrome تم تطويرها بواسطة Genius Lynx، والميزة الرئيسية لها هي "Convert case, slugify data of the selected text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text Convert Case
قم بتنزيل ملفات الامتداد Text Convert Case بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text. Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.
معلومات أساسية عن التمديد
الاسم | Text Convert Case |
ID | kledidppeblnjfclciibeaebnnlopgdm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm |
الوصف | Convert case, slugify data of the selected text |
حجم الملف | 11.48 KB |
عدد التثبيتات | 137 |
النسخة الحالية | 1.0.0.0 |
آخر تحديث | 2021-12-10 |
تاريخ النشر | 2021-12-09 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Genius Lynx |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://geniuslynx.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Convert Case", "version": "1.0.0.0", "author": "Genius Lynx", "description": "Convert case, slugify data of the selected text", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Text Convert Case" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "manifest_version": 2 } |