Google Search Images by Exact Size
Search images on Google by exact width and height from any web page
Qu'est-ce que Google Search Images by Exact Size ?
Google Search Images by Exact Size est une extension Chrome développée par Tanveer, et sa fonction principale est "Search images on Google by exact width and height from any web page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Search Images by Exact Size
Téléchargez les fichiers d'extension Google Search Images by Exact Size au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Google Search Images by Exact Size |
ID | gikkckcfijodmnfgadbgcknkmcpkecej |
URL Officiel | https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej |
Description | Search images on Google by exact width and height from any web page |
Taille du Fichier | 14.94 KB |
Nombre d'Installations | 446 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-10-31 |
Date de Publication | 2019-10-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Tanveer |
Type de Paiement | free |
Site Web de l'Extension | https://www.masaischool.com/ |
Langues Prises en Charge | 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" } } } |