Google Search Images by Exact Size
Search images on Google by exact width and height from any web page
O que é Google Search Images by Exact Size?
Google Search Images by Exact Size é uma extensão do Chrome desenvolvida por Tanveer, e sua principal característica é "Search images on Google by exact width and height from any web page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Search Images by Exact Size
Baixe arquivos de extensão Google Search Images by Exact Size no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Google Search Images by Exact Size |
ID | gikkckcfijodmnfgadbgcknkmcpkecej |
URL Oficial | https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej |
Descrição | Search images on Google by exact width and height from any web page |
Tamanho do Arquivo | 14.94 KB |
Contagem de Instalações | 446 |
Versão Atual | 1.0 |
Última Atualização | 2019-10-31 |
Data de Publicação | 2019-10-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Tanveer |
Tipo de Pagamento | free |
Site da Extensão | https://www.masaischool.com/ |
Idiomas Suportados | 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" } } } |