Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

What is Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. is a Chrome extension developed by globalskymail, and its main feature is "Disable text-decoration-skip-ink".

Extension Screenshots

screenshot

Download Disables 'ink skipping' in links. Extension CRX File

Download Disables 'ink skipping' in links. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Official URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Description Disable text-decoration-skip-ink
File Size 3.89 KB
Installation Count 181
Current Version 2.0
Last Updated 2018-02-18
Publish Date 2018-02-18
Rating 4.17/5 Total 23 Ratings
Developer globalskymail
Payment Type free
Supported Languages 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": [
        ""
    ]
}