Papertrail JSON Parser

Parse JSON content in Papertrail log.

Papertrail JSON Parserとは何ですか?

Papertrail JSON Parserはondrej.hlavacekによって開発されたChromeの拡張機能で、その主な機能は「Parse JSON content in Papertrail log.」です。

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

screenshot

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

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

拡張機能の使用方法

                        When you're sending JSON data in Papertrail logs this is an easy way to see JSON data visually structured.                    

拡張機能の基本情報

名前 Papertrail JSON Parser Papertrail JSON Parser
ID bccgamaeidlhnfodhdpkpekmbkoniofo
公式URL https://chromewebstore.google.com/detail/papertrail-json-parser/bccgamaeidlhnfodhdpkpekmbkoniofo
説明 Parse JSON content in Papertrail log.
ファイルサイズ 68.06 KB
インストール数 216
現在のバージョン 0.1.2.0
最終更新日 2016-12-12
公開日 2016-12-12
評価 3.67/5 合計 3 レビュー
開発者 ondrej.hlavacek
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/keboola/papertrail-json-parser-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Papertrail JSON Parser",
    "short_name": "PT JSON Parser",
    "version": "0.1.2.0",
    "description": "Parse JSON content in Papertrail log.",
    "web_accessible_resources": [
        "script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/papertrailapp.com\/*"
            ],
            "js": [
                "chrome-extension\/jquery-2.2.3.min.js",
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/papertrailapp.com\/"
    ]
}