Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

Co to jest Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. to rozszerzenie Chrome opracowane przez globalskymail, a jego główną funkcją jest „Disable text-decoration-skip-ink”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disables 'ink skipping' in links.

Pobierz pliki rozszerzeń Disables 'ink skipping' in links. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Oficjalny URL https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Opis Disable text-decoration-skip-ink
Rozmiar pliku 3.89 KB
Liczba instalacji 181
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-02-18
Data Publikacji 2018-02-18
Ocena 4.17/5 Łącznie 23 Oceny
Deweloper globalskymail
Typ Płatności free
Obsługiwane Języki 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": [
        ""
    ]
}