Chrome Event Logger

Log all chrome.* API events.

Chrome Event Loggerとは何ですか?

Chrome Event LoggerはTerry Jonesによって開発されたChromeの拡張機能で、その主な機能は「Log all chrome.* API events.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Chrome Event Logger Chrome Event Logger
ID hhkfijiaeakolbmfdoocojagndemepgm
公式URL https://chrome.google.com/webstore/detail/chrome-event-logger/hhkfijiaeakolbmfdoocojagndemepgm
説明 Log all chrome.* API events.
ファイルサイズ 12.05 KB
インストール数 769
現在のバージョン 0.0.77
最終更新日 2013-01-27
公開日 2013-01-27
評価 1.86/5 合計 7 レビュー
開発者 Terry Jones
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Event Logger",
    "version": "0.0.77",
    "description": "Log all chrome.* API events.",
    "manifest_version": 2,
    "permissions": [
        "",
        "alarms",
        "bookmarks",
        "cookies",
        "contextMenus",
        "debugger",
        "fileBrowserHandler",
        "fontSettings",
        "history",
        "idle",
        "input",
        "management",
        "proxy",
        "storage",
        "ttsEngine",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}