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