Google Search Images by Exact Size

Search images on Google by exact width and height from any web page

¿Qué es Google Search Images by Exact Size?

Google Search Images by Exact Size es una extensión de Chrome desarrollada por Tanveer, y su función principal es "Search images on Google by exact width and height from any web page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Search Images by Exact Size

Descarga archivos de extensión Google Search Images by Exact Size en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Google Search Images by Exact Size Google Search Images by Exact Size
ID gikkckcfijodmnfgadbgcknkmcpkecej
URL Oficial https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej
Descripción Search images on Google by exact width and height from any web page
Tamaño del Archivo 14.94 KB
Cantidad de Instalaciones 446
Versión Actual 1.0
Última Actualización 2019-10-31
Fecha de Publicación 2019-10-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Tanveer
Tipo de Pago free
Sitio Web de la Extensión https://www.masaischool.com/
Idiomas Soportados 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"
        }
    }
}