Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Disables 'ink skipping' in links. क्या है?

Disables 'ink skipping' in links. globalskymail द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable text-decoration-skip-ink"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disables 'ink skipping' in links. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
आधिकारिक URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
विवरण Disable text-decoration-skip-ink
फ़ाइल का आकार 3.89 KB
स्थापना संख्या 181
वर्तमान संस्करण 2.0
अंतिम अपडेट 2018-02-18
प्रकाशन तिथि 2018-02-18
रेटिंग 4.17/5 कुल 23 रेटिंग्स
डेवलपर globalskymail
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
        ""
    ]
}