Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Wat is Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. is een Chrome-extensie ontwikkeld door globalskymail, en de belangrijkste functie is "Disable text-decoration-skip-ink".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disables 'ink skipping' in links.

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

                        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                    

Basisinformatie over de Extensie

Naam Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Officiële URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Beschrijving Disable text-decoration-skip-ink
Bestandsgrootte 3.89 KB
Aantal Installaties 181
Huidige Versie 2.0
Laatst Bijgewerkt 2018-02-18
Publicatiedatum 2018-02-18
Beoordeling 4.17/5 Totaal 23 Beoordelingen
Ontwikkelaar globalskymail
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}