Hyperclick

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

Wat is Hyperclick?

Hyperclick is een Chrome-extensie ontwikkeld door me, en de belangrijkste functie is "Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hyperclick

Download Hyperclick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Hyperclick Hyperclick
ID jpioappkjhikgmfbhipkapogbiknlpan
Officiële URL https://chrome.google.com/webstore/detail/hyperclick/jpioappkjhikgmfbhipkapogbiknlpan
Beschrijving Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer
Bestandsgrootte 53.63 KB
Aantal Installaties 160
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-05-19
Publicatiedatum 2015-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar me
Betalingswijze free
Extensiewebsite https://github.com/vickvu/hyperclick
Ondersteunde Talen 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"
    ]
}