Hyperclick

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

Qu'est-ce que Hyperclick ?

Hyperclick est une extension Chrome développée par me, et sa fonction principale est "Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hyperclick

Téléchargez les fichiers d'extension Hyperclick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Hyperclick Hyperclick
ID jpioappkjhikgmfbhipkapogbiknlpan
URL Officiel https://chrome.google.com/webstore/detail/hyperclick/jpioappkjhikgmfbhipkapogbiknlpan
Description Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer
Taille du Fichier 53.63 KB
Nombre d'Installations 160
Version Actuelle 0.0.3
Dernière Mise à Jour 2015-05-19
Date de Publication 2015-05-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur me
Type de Paiement free
Site Web de l'Extension https://github.com/vickvu/hyperclick
Langues Prises en Charge 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"
    ]
}