Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Qu'est-ce que Disables 'ink skipping' in links. ?

Disables 'ink skipping' in links. est une extension Chrome développée par globalskymail, et sa fonction principale est "Disable text-decoration-skip-ink".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Disables 'ink skipping' in links.

Téléchargez les fichiers d'extension Disables 'ink skipping' in links. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
URL Officiel https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Description Disable text-decoration-skip-ink
Taille du Fichier 3.89 KB
Nombre d'Installations 181
Version Actuelle 2.0
Dernière Mise à Jour 2018-02-18
Date de Publication 2018-02-18
Évaluation 4.17/5 Total 23 Évaluations
Développeur globalskymail
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}