long finger

This extension change cursor index finger to long finger.

O que é long finger?

long finger é uma extensão do Chrome desenvolvida por etrex kuo, e sua principal característica é "This extension change cursor index finger to long finger.".

Baixar o arquivo CRX da Extensão long finger

Baixe arquivos de extensão long finger 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

                                            

Informações Básicas da Extensão

Nome long finger long finger
ID aammiagfeadjchafpeeiacggolmfnmmo
URL Oficial https://chrome.google.com/webstore/detail/long-finger/aammiagfeadjchafpeeiacggolmfnmmo
Descrição This extension change cursor index finger to long finger.
Tamanho do Arquivo 4.15 KB
Contagem de Instalações 34
Versão Atual 3.1
Última Atualização 2017-01-02
Data de Publicação 2017-01-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor etrex kuo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "long finger",
    "description": "This extension change cursor index finger to long finger.",
    "version": "3.1",
    "browser_action": {
        "default_icon": "longFinger.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "longFinger.css"
            ],
            "js": [
                "longFinger.js"
            ]
        }
    ]
}