simple translate - google网页翻译
google网页翻译
ما هو simple translate - google网页翻译؟
simple translate - google网页翻译 هو إضافة Chrome تم تطويرها بواسطة xxxxst، والميزة الرئيسية لها هي "google网页翻译".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة simple translate - google网页翻译
قم بتنزيل ملفات الامتداد simple translate - google网页翻译 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
simple translate - google网页翻译
在新标签页中打开google网页翻译界面:https://translate.google.com/translate?...
source code
https://github.com/xxxxst/chromeExtensionSimpleTranslate معلومات أساسية عن التمديد
| الاسم | |
| ID | jnnifhpbkkodhfneckeloephjcopmlcd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-translate-google%E7%BD%91%E9%A1%B5/jnnifhpbkkodhfneckeloephjcopmlcd |
| الوصف | google网页翻译 |
| حجم الملف | 12.62 KB |
| عدد التثبيتات | 3,000 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2018-12-11 |
| تاريخ النشر | 2018-12-10 |
| تقييم | 3.00/5 مجموع تقييمات 1 |
| المطور | xxxxst |
| نوع الدفع | free |
| اللغات المدعومة | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "simple translate - google\u7f51\u9875\u7ffb\u8bd1",
"version": "1.0.2",
"manifest_version": 2,
"description": "google\u7f51\u9875\u7ffb\u8bd1",
"background": {
"scripts": [
"popup.js"
]
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon24.png",
"": ""
},
"permissions": [
"tabs"
]
} | |