Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Disables 'ink skipping' in links.คืออะไร?

Disables 'ink skipping' in links. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย globalskymail และคุณลักษณะหลักของมันคือ "Disable text-decoration-skip-ink"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disables 'ink skipping' in links.

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}