Hyperclick

Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer

O que é Hyperclick?

Hyperclick é uma extensão do Chrome desenvolvida por me, e sua principal característica é "Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hyperclick

Baixe arquivos de extensão Hyperclick 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 Hyperclick Hyperclick
ID jpioappkjhikgmfbhipkapogbiknlpan
URL Oficial https://chrome.google.com/webstore/detail/hyperclick/jpioappkjhikgmfbhipkapogbiknlpan
Descrição Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer
Tamanho do Arquivo 53.63 KB
Contagem de Instalações 160
Versão Atual 0.0.3
Última Atualização 2015-05-19
Data de Publicação 2015-05-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor me
Tipo de Pagamento free
Site da Extensão https://github.com/vickvu/hyperclick
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyperclick",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer",
    "homepage_url": "https:\/\/github.com\/vickvu\/hyperclick",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/facebox.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/facebox.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/closelabel.png",
        "img\/loading.gif"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "tabs"
    ]
}