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…

Co je Fix Google Images?

Fix Google Images je rozšíření Chrome vyvinuté Laharl, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fix Google Images

Stáhněte si soubory rozšíření Fix Google Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Fix Google Images Fix Google Images
ID inckfpcmmlodndfagjbeehhfbgodhicd
Oficiální URL https://chrome.google.com/webstore/detail/fix-google-images/inckfpcmmlodndfagjbeehhfbgodhicd
Popis 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…
Velikost souboru 4.19 KB
Počet instalací 174
Aktuální Verze 0.2
Poslední Aktualizace 2018-11-04
Datum Vydání 2018-11-04
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář Laharl
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/"
    ]
}