Quick Translate
Translate words or phrases effortlessly with Google Translator by right-clicking. Enjoy seamless online translation
ما هو Quick Translate؟
Quick Translate هو إضافة Chrome تم تطويرها بواسطة Brandon Cannaday، والميزة الرئيسية لها هي "Translate words or phrases effortlessly with Google Translator by right-clicking. Enjoy seamless online translation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Translate
قم بتنزيل ملفات الامتداد Quick Translate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Right-click on a word or phrase to utilize Google Translator for quick online translation. 🌐 Simplify Translation! Right-click on any word or phrase to access Google Translator for immediate online translation. 🔗 Extension Highlights: Translate words on the current web page swiftly using Google Translator by right-clicking on the desired text. ⚙️ User-Friendly Configuration: Choose your preferred language in the extension settings, enabling the translator to automatically detect the site's language based on your location. 🌐 Multilingual Functionality: Effortlessly translate between a variety of languages. 🔒 Privacy Assurance: Use the "Web Translator" extension at your own discretion; no warranty is provided. The author assumes no responsibility for any data loss or damage resulting from its use. By utilizing "Web Translator," you agree to these terms. 🔄 Two Convenient Translation Options: Experience a user-friendly translator with the ability to translate by double-clicking on a word while reading or by copying and pasting larger text into the extension's popup. 🎨 Aesthetic Design: Effortlessly navigate through the extension's features with its visually pleasing design. Choose the color theme that suits your preference. 📖 Streamlined Reading: Read foreign text swiftly and comprehend every word by translating the entire page at once. Utilize the translation button in the context menu or the extension's popup. 🕰️ History and Favorites: "Click to Translate" retains your language history, eliminating the need to repeatedly choose it. Easily add your favorites to the quick menu. 🚫 Disclaimer: The "Web Translator" Chrome extension is independent of the popular site https://translate.google.com. All copyrights belong to their respective owners. This extension is not supported, sponsored, or owned by Google Inc. 📚 Copyright Acknowledgment: All copyrights are duly acknowledged and belong to their respective owners. Google does not endorse or sponsor this Chrome extension.
معلومات أساسية عن التمديد
الاسم | Quick Translate |
ID | kpcdbiholadphpbimkgckhggglklemib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-translate/kpcdbiholadphpbimkgckhggglklemib |
الوصف | Translate words or phrases effortlessly with Google Translator by right-clicking. Enjoy seamless online translation |
حجم الملف | 393 KB |
عدد التثبيتات | 703,924 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2024-01-11 |
تاريخ النشر | 2023-01-13 |
تقييم | 4.82/5 مجموع تقييمات 177 |
المطور | Brandon Cannaday |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/128.png", "48": "images\/48.png" }, "manifest_version": 3, "name": "__MSG_name__", "action": { "default_icon": "images\/128.png", "default_title": "Translator", "default_popup": "popup.html" }, "options_page": "settings.html", "permissions": [ "webRequest", "contextMenus", "storage", "tabs" ], "content_scripts": [ { "all_frames": true, "js": [ "js\/translate.js" ], "matches": [ "*:\/\/*\/*" ] } ], "short_name": "Quick Translator", "version": "1.0.3", "web_accessible_resources": [ { "resources": [ "js\/*", "images\/*", "css\/*" ], "matches": [ " |