Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Co je Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. je rozšíření Chrome vyvinuté globalskymail, a jeho hlavní funkcí je „Disable text-decoration-skip-ink“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disables 'ink skipping' in links.

Stáhněte si soubory rozšíření Disables 'ink skipping' in links. 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í

                        Restores the underlining behavior of previous Chrome Versions 63 or earlier.
Chrome 64 implements ink skipping by default!


*New*

"Google removed its popular “View Image” feature as a part of a legal settlement. The feature previously allowed users to download and save photos without having to navigate through to the pictures’ web pages."

This extension below enhances the current google images results page by allowing a single click to view the full size original image.

https://chrome.google.com/webstore/detail/single-click-view-image/mlhnbfnfhbpnhpfbkpmmgbodldnbefee?utm_source=chrome-app-launcher-info-dialog                    

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

Název Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Oficiální URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Popis Disable text-decoration-skip-ink
Velikost souboru 3.89 KB
Počet instalací 181
Aktuální Verze 2.0
Poslední Aktualizace 2018-02-18
Datum Vydání 2018-02-18
Hodnocení 4.17/5 Celkem 23 Hodnocení
Vývojář globalskymail
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disables 'ink skipping' in links.",
    "description": "Disable text-decoration-skip-ink",
    "version": "2.0",
    "background": {
        "scripts": [
            "inky.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        ""
    ]
}