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…

Was ist Fix Google Images?

Fix Google Images ist eine Chrome-Erweiterung, die von Laharl entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Fix Google Images-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fix Google Images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Fix Google Images Fix Google Images
ID inckfpcmmlodndfagjbeehhfbgodhicd
Offizielle URL https://chrome.google.com/webstore/detail/fix-google-images/inckfpcmmlodndfagjbeehhfbgodhicd
Beschreibung 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…
Dateigröße 4.19 KB
Installationsanzahl 174
Aktuelle Version 0.2
Letztes Update 2018-11-04
Veröffentlichungsdatum 2018-11-04
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler Laharl
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/"
    ]
}