Fix Google Images

Edit: Not working anymore, may fix it if it's an easy fix. If I do I'll edit the description. Adds back the View Image button in…

¿Qué es Fix Google Images?

Fix Google Images es una extensión de Chrome desarrollada por Laharl, y su función principal es "Edit: Not working anymore, may fix it if it's an easy fix. If I do I'll edit the description. Adds back the View Image button in…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fix Google Images

Descarga archivos de extensión Fix Google Images 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

                        Edit: Not working anymore, may fix it if it's an easy fix.  If I do I'll edit the description.

Adds back the View Image button in Google Images, for images that have a direct link.  Some images will direct to the site, and some will say No link to image; in these cases, there's nothing to be done, as the link simply isn't in the results.

Apparently, Pinterest will try to download an image instead of displaying it, so I wouldn't bother clicking those.

Should now work on google.anything, not just .com                    

Información Básica de la Extensión

Nombre Fix Google Images Fix Google Images
ID inckfpcmmlodndfagjbeehhfbgodhicd
URL Oficial https://chrome.google.com/webstore/detail/fix-google-images/inckfpcmmlodndfagjbeehhfbgodhicd
Descripción Edit: Not working anymore, may fix it if it's an easy fix. If I do I'll edit the description. Adds back the View Image button in…
Tamaño del Archivo 4.19 KB
Cantidad de Instalaciones 174
Versión Actual 0.2
Última Actualización 2018-11-04
Fecha de Publicación 2018-11-04
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador Laharl
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Google Images",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}