Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Cos'è Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. è un'estensione di Chrome sviluppata da globalskymail, e la sua funzione principale è "Disable text-decoration-skip-ink".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disables 'ink skipping' in links.

Scarica i file di estensione Disables 'ink skipping' in links. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
URL Ufficiale https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Descrizione Disable text-decoration-skip-ink
Dimensione del File 3.89 KB
Conteggio Installazioni 181
Versione Corrente 2.0
Ultimo Aggiornamento 2018-02-18
Data di Pubblicazione 2018-02-18
Valutazione 4.17/5 Totale 23 Valutazioni
Sviluppatore globalskymail
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}