Google Search Images by Exact Size
Search images on Google by exact width and height from any web page
ما هو Google Search Images by Exact Size؟
Google Search Images by Exact Size هو إضافة Chrome تم تطويرها بواسطة Tanveer، والميزة الرئيسية لها هي "Search images on Google by exact width and height from any web page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Images by Exact Size
قم بتنزيل ملفات الامتداد Google Search Images by Exact Size بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search Images on Google by Exact Custom Size Google Search Images by Exact Size (GSIES) allows you to search images with custom width and height from any web page. Keyboard Shortcut: Ctrl + I Have any suggestions? Tweet me: @tanveer86 Twitter - https://twitter.com/tanveer86
معلومات أساسية عن التمديد
الاسم | Google Search Images by Exact Size |
ID | gikkckcfijodmnfgadbgcknkmcpkecej |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej |
الوصف | Search images on Google by exact width and height from any web page |
حجم الملف | 14.94 KB |
عدد التثبيتات | 446 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-10-31 |
تاريخ النشر | 2019-10-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Tanveer |
نوع الدفع | free |
موقع الإضافة | https://www.masaischool.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Images by Exact Size", "description": "Search images on Google by exact width and height from any web page", "version": "1.0", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "\/images\/icon-bitty.png", "48": "\/images\/icon-small.png", "128": "\/images\/icon-large.png" }, "browser_action": { "default_popup": "\/html\/popup.html", "default_icon": "\/images\/icon-bitty.png" }, "author": "Mohammed Tanveer", "background": { "persistent": false, "scripts": [ "\/js\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+I", "mac": "MacCtrl+I" }, "description": "Opens popup.html" } } } |