Word Switcher
You can easily switch any word in your text with just a click!
ما هو Word Switcher؟
Word Switcher هو إضافة Chrome تم تطويرها بواسطة samiroph.media، والميزة الرئيسية لها هي "You can easily switch any word in your text with just a click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Switcher
قم بتنزيل ملفات الامتداد Word Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
World Switcher - the ultimate text editing extension for your browser! With World Switcher, you can easily switch any word in your text with just a click. This powerful tool allows you to make quick edits, update outdated language, and improve your writing in real-time.
معلومات أساسية عن التمديد
الاسم | |
ID | mmonnalnmgkpgdgclmjlmeigahneeeid |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid |
الوصف | You can easily switch any word in your text with just a click! |
حجم الملف | 12.76 KB |
عدد التثبيتات | 780 |
النسخة الحالية | 1 |
آخر تحديث | 2023-01-26 |
تاريخ النشر | 2023-01-26 |
المطور | samiroph.media |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://home.ageandinone.com/ |
عنوان صفحة المساعدة | https://home.ageandinone.com/contact.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily switch any word in your text with just a click!", "icons": { "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_title": "Word Switcher", "default_popup": "popup.html" }, "manifest_version": 3, "name": "Word Switcher", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |