Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Was ist Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. ist eine Chrome-Erweiterung, die von globalskymail entwickelt wurde, und ihr Hauptmerkmal ist "Disable text-decoration-skip-ink".

Erweiterungsscreenshots

screenshot

Disables 'ink skipping' in links.-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disables 'ink skipping' in links.-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Offizielle URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Beschreibung Disable text-decoration-skip-ink
Dateigröße 3.89 KB
Installationsanzahl 181
Aktuelle Version 2.0
Letztes Update 2018-02-18
Veröffentlichungsdatum 2018-02-18
Bewertung 4.17/5 Insgesamt 23 Bewertungen
Entwickler globalskymail
Zahlungsart free
Unterstützte Sprachen 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": [
        ""
    ]
}