Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Vad är Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. är en Chrome-tillägg utvecklad av globalskymail, och dess huvudfunktion är "Disable text-decoration-skip-ink".

Tilläggsskärmbilder

screenshot

Ladda ner Disables 'ink skipping' in links.-förlängningens CRX-fil

Ladda ner Disables 'ink skipping' in links.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Officiell webbadress https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Beskrivning Disable text-decoration-skip-ink
Filstorlek 3.89 KB
Antal Installationer 181
Aktuell Version 2.0
Senast Uppdaterad 2018-02-18
Publiceringsdatum 2018-02-18
Betyg 4.17/5 Totalt 23 Betyg
Utvecklare globalskymail
Betalningssätt free
Stödda Språk 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": [
        ""
    ]
}