Google Search Images by Exact Size
Search images on Google by exact width and height from any web page
Co je Google Search Images by Exact Size?
Google Search Images by Exact Size je rozšíření Chrome vyvinuté Tanveer, a jeho hlavní funkcí je „Search images on Google by exact width and height from any web page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Search Images by Exact Size
Stáhněte si soubory rozšíření Google Search Images by Exact Size ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Google Search Images by Exact Size |
ID | gikkckcfijodmnfgadbgcknkmcpkecej |
Oficiální URL | https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej |
Popis | Search images on Google by exact width and height from any web page |
Velikost souboru | 14.94 KB |
Počet instalací | 446 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-10-31 |
Datum Vydání | 2019-10-30 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Tanveer |
Typ Platby | free |
Webové stránky Rozšíření | https://www.masaischool.com/ |
Podporované Jazyky | 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" } } } |