Instant Dictionary
View definition in both English and Chinese as you browse the web.
ما هو Instant Dictionary؟
Instant Dictionary هو إضافة Chrome تم تطويرها بواسطة Peter Pi، والميزة الرئيسية لها هي "View definition in both English and Chinese as you browse the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instant Dictionary
قم بتنزيل ملفات الامتداد Instant Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
IMPORTANT: - The chrome extension will not work in tabs that were open prior to installation. After installation, either reload your open tabs or restart Chrome. Instant Dictionary helps to make the translation become more convenient. Simply highlight the word you don't understand and see the definition in English and Chinese without going back and forth on tabs.
معلومات أساسية عن التمديد
الاسم | |
ID | hjpcapcphfbomgjkghdiiogelgikcmpa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa |
الوصف | View definition in both English and Chinese as you browse the web. |
حجم الملف | 696 KB |
عدد التثبيتات | 121 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2022-01-08 |
تاريخ النشر | 2020-04-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Peter Pi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Dictionary", "version": "1.0.6", "description": "View definition in both English and Chinese as you browse the web.", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "Styles.css" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "permissions": [ "activeTab", "storage" ] } |