WGT™ Simple Putting Aid

Adds a measuring bar and calculator to the WGT screen to help with putting

O que é WGT™ Simple Putting Aid?

WGT™ Simple Putting Aid é uma extensão do Chrome desenvolvida por cbsarge, e sua principal característica é "Adds a measuring bar and calculator to the WGT screen to help with putting".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WGT™ Simple Putting Aid

Baixe arquivos de extensão WGT™ Simple Putting Aid 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

                        Adds a simple measuring bar to the WGT screen to help judge your putting speed. Also includes a putting distance calculator. This is purely for a SUGGESTED distance and is by no means a guarantee!                    

Informações Básicas da Extensão

Nome WGT™ Simple Putting Aid WGT™ Simple Putting Aid
ID nmnhcjlfcobgfbcfkbleeoofoljdoeim
URL Oficial https://chromewebstore.google.com/detail/wgt-simple-putting-aid/nmnhcjlfcobgfbcfkbleeoofoljdoeim
Descrição Adds a measuring bar and calculator to the WGT screen to help with putting
Tamanho do Arquivo 102 KB
Contagem de Instalações 131
Versão Atual 1.23
Última Atualização 2014-05-22
Data de Publicação 2014-05-22
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor cbsarge
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WGT\u2122 Simple Putting Aid",
    "version": "1.23",
    "description": "Adds a measuring bar and calculator to the WGT screen to help with putting",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "fire-icon-48.png",
        "default_title": "Simple Putting Aid",
        "default_popup": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wgt.com\/*"
            ],
            "js": [
                "jquery.js",
                "spa.js"
            ],
            "all_frames": true,
            "css": [
                "spa.css"
            ]
        }
    ],
    "icons": {
        "128": "fire-icon-128.png"
    },
    "manifest_version": 2
}