Alt Devtools

Devtools for debugging and visualizing your flux data through alt

Alt Devtoolsとは何ですか?

Alt Devtoolsはgoatslackerによって開発されたChromeの拡張機能で、その主な機能は「Devtools for debugging and visualizing your flux data through alt」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Alt Devtools Alt Devtools
ID jfjefoacbhfenehankalijibcccajchg
公式URL https://chromewebstore.google.com/detail/alt-devtools/jfjefoacbhfenehankalijibcccajchg
説明 Devtools for debugging and visualizing your flux data through alt
ファイルサイズ 515 KB
インストール数 406
現在のバージョン 0.0.1
最終更新日 2015-11-01
公開日 2015-11-01
評価 4.20/5 合計 5 レビュー
開発者 goatslacker
支払い方法 free
拡張機能のウェブサイト https://github.com/goatslacker/alt
ヘルプページのURL https://github.com/goatslacker/alt-devtool
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt Devtools",
    "description": "Devtools for debugging and visualizing your flux data through alt",
    "version": "0.0.1",
    "minimum_chrome_version": "10.0",
    "devtools_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/hook.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/altif.js"
    ]
}