Search Google Image
Search Google Image for the selected text
ما هو Search Google Image؟
Search Google Image هو إضافة Chrome تم تطويرها بواسطة Quy Nguyen، والميزة الرئيسية لها هي "Search Google Image for the selected text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Google Image
قم بتنزيل ملفات الامتداد Search Google Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.
معلومات أساسية عن التمديد
الاسم | |
ID | kklenaehmadokmlmbehblimejakphfae |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae |
الوصف | Search Google Image for the selected text |
حجم الملف | 111 KB |
عدد التثبيتات | 1,678 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-01-01 |
تاريخ النشر | 2018-01-01 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | Quy Nguyen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Google Image", "version": "1.1", "manifest_version": 2, "description": "Search Google Image for the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "google_image.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |