Hyperclick

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

¿Qué es Hyperclick?

Hyperclick es una extensión de Chrome desarrollada por me, y su función principal es "Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hyperclick

Descarga archivos de extensión Hyperclick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Hyperclick Hyperclick
ID jpioappkjhikgmfbhipkapogbiknlpan
URL Oficial https://chrome.google.com/webstore/detail/hyperclick/jpioappkjhikgmfbhipkapogbiknlpan
Descripción Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer
Tamaño del Archivo 53.63 KB
Cantidad de Instalaciones 160
Versión Actual 0.0.3
Última Actualización 2015-05-19
Fecha de Publicación 2015-05-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador me
Tipo de Pago free
Sitio Web de la Extensión https://github.com/vickvu/hyperclick
Idiomas Soportados 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"
    ]
}