Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Hvad er Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. er en Chrome-udvidelse udviklet af globalskymail, og dens hovedfunktion er "Disable text-decoration-skip-ink".

Udvidelsesskærmbilleder

screenshot

Download Disables 'ink skipping' in links.-udvidelses-CRX-fil

Download Disables 'ink skipping' in links.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Officiel URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Beskrivelse Disable text-decoration-skip-ink
Filstørrelse 3.89 KB
Antal Installationer 181
Nuværende Version 2.0
Senest Opdateret 2018-02-18
Udgivelsesdato 2018-02-18
Bedømmelse 4.17/5 Samlet 23 Bedømmelser
Udvikler globalskymail
Betalingsmetode free
Understøttede Sprog 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": [
        ""
    ]
}