Hyperclick

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

Hyperclickとは何ですか?

Hyperclickはmeによって開発されたChromeの拡張機能で、その主な機能は「Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer」です。

拡張機能のスクリーンショット

screenshot

Hyperclick拡張機能のCRXファイルをダウンロード

Hyperclick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Hyperclick Hyperclick
ID jpioappkjhikgmfbhipkapogbiknlpan
公式URL https://chrome.google.com/webstore/detail/hyperclick/jpioappkjhikgmfbhipkapogbiknlpan
説明 Make template url in JSON clickable. Support JSON Formatter, JSONView and JSON Viewer
ファイルサイズ 53.63 KB
インストール数 160
現在のバージョン 0.0.3
最終更新日 2015-05-19
公開日 2015-05-19
評価 5.00/5 合計 1 レビュー
開発者 me
支払い方法 free
拡張機能のウェブサイト https://github.com/vickvu/hyperclick
対応言語 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"
    ]
}