Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

什么是Disables 'ink skipping' in links.?

Disables 'ink skipping' in links.是由globalskymail开发的Chrome扩展程序,该扩展的主要功能是“Disable text-decoration-skip-ink”。

扩展截图

screenshot

下载Disables 'ink skipping' in links.扩展crx文件

下载Disables 'ink skipping' in links.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
        ""
    ]
}