Disables 'ink skipping' in links.

Disable text-decoration-skip-ink

O que é Disables 'ink skipping' in links.?

Disables 'ink skipping' in links. é uma extensão do Chrome desenvolvida por globalskymail, e sua principal característica é "Disable text-decoration-skip-ink".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Disables 'ink skipping' in links.

Baixe arquivos de extensão Disables 'ink skipping' in links. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Disables 'ink skipping' in links. Disables 'ink skipping' in links.
ID ibhigfbbjaeadpfgfhjgcoioddhhlbmf
URL Oficial https://chromewebstore.google.com/detail/disables-ink-skipping-in/ibhigfbbjaeadpfgfhjgcoioddhhlbmf
Descrição Disable text-decoration-skip-ink
Tamanho do Arquivo 3.89 KB
Contagem de Instalações 181
Versão Atual 2.0
Última Atualização 2018-02-18
Data de Publicação 2018-02-18
Classificação 4.17/5 Total de 23 Avaliações
Desenvolvedor globalskymail
Tipo de Pagamento free
Idiomas Suportados 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": [
        ""
    ]
}