Zaqwes Translate
The simplest intext translator (Google Translate). Just select peace of text and open context menu.
ما هو Zaqwes Translate؟
Zaqwes Translate هو إضافة Chrome تم تطويرها بواسطة vda، والميزة الرئيسية لها هي "The simplest intext translator (Google Translate). Just select peace of text and open context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zaqwes Translate
قم بتنزيل ملفات الامتداد Zaqwes Translate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The simplest intext translator. Just select peace of text and open context menu. You can customize translated text color, your native and learning language in a extension config page. Changes v 0.3.3: - added "remove translation" button
معلومات أساسية عن التمديد
الاسم | |
ID | egebhoednokcgohihigbkojpfgofdhak |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak |
الوصف | The simplest intext translator (Google Translate). Just select peace of text and open context menu. |
حجم الملف | 39.56 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 0.3.3 |
آخر تحديث | 2014-08-15 |
تاريخ النشر | 2014-08-15 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | vda |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Translate", "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.", "version": "0.3.3", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon_16.png", "19": "icon_19.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "zaqwes-translate-pageScript.js" ] } ], "manifest_version": 2 } |