Google Search Images by Exact Size
Search images on Google by exact width and height from any web page
Co to jest Google Search Images by Exact Size?
Google Search Images by Exact Size to rozszerzenie Chrome opracowane przez Tanveer, a jego główną funkcją jest „Search images on Google by exact width and height from any web page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Search Images by Exact Size
Pobierz pliki rozszerzeń Google Search Images by Exact Size w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Google Search Images by Exact Size |
ID | gikkckcfijodmnfgadbgcknkmcpkecej |
Oficjalny URL | https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej |
Opis | Search images on Google by exact width and height from any web page |
Rozmiar pliku | 14.94 KB |
Liczba instalacji | 446 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-10-31 |
Data Publikacji | 2019-10-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Tanveer |
Typ Płatności | free |
Strona Rozszerzenia | https://www.masaischool.com/ |
Obsługiwane Języki | 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" } } } |