Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Disables 'ink skipping' in links. là gì?

Disables 'ink skipping' in links. là một tiện ích mở rộng Chrome được phát triển bởi globalskymail, và tính năng chính của nó là "Disable text-decoration-skip-ink".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disables 'ink skipping' in links.

Tải xuống các tệp mở rộng Disables 'ink skipping' in links. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
URL Chính Thức https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Mô tả Disable text-decoration-skip-ink
Kích Thước Tệp 3.89 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-02-18
Ngày Phát Hành 2018-02-18
Đánh Giá 4.17/5 Tổng số 23 Đánh Giá
Nhà Phát Triển globalskymail
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}