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…

Wat is Fix Google Images?

Fix Google Images is een Chrome-extensie ontwikkeld door Laharl, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fix Google Images

Download Fix Google Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fix Google Images Fix Google Images
ID inckfpcmmlodndfagjbeehhfbgodhicd
Officiële URL https://chrome.google.com/webstore/detail/fix-google-images/inckfpcmmlodndfagjbeehhfbgodhicd
Beschrijving 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…
Bestandsgrootte 4.19 KB
Aantal Installaties 174
Huidige Versie 0.2
Laatst Bijgewerkt 2018-11-04
Publicatiedatum 2018-11-04
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Laharl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}