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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}