DAX / iStats log

Logs calls to DAX and iStats

DAX / iStats logとは何ですか?

DAX / iStats logはMiguel L Gonzalezによって開発されたChromeの拡張機能で、その主な機能は「Logs calls to DAX and iStats」です。

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

screenshot

DAX / iStats log拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        V. 0.5.2 Works on SSL pages. Better way to enable/disable

V. 0.5. Allows filtering by path.

V. 0.4. Now the panel is an independent window.

This extension logs calls to iStats to help find out what information is being sent to this service.

It features white and blacklisting, as well as label filtering, so tracking down the label in the stat you're looking for is easier.

For any issues, bugs, ideas or praises: https://github.com/miguelgonz/chrome_istats                    

拡張機能の基本情報

名前 DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
公式URL https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
説明 Logs calls to DAX and iStats
ファイルサイズ 84.51 KB
インストール数 256
現在のバージョン 0.5.3
最終更新日 2015-06-19
公開日 2015-06-19
評価 5.00/5 合計 11 レビュー
開発者 Miguel L Gonzalez
支払い方法 free
拡張機能のウェブサイト https://github.com/miguelgonz/chrome_istats
ヘルプページのURL https://github.com/miguelgonz/chrome_istats
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DAX \/ iStats log",
    "version": "0.5.3",
    "description": "Logs calls to DAX and iStats",
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.bbc.co.uk\/*",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "48": "img\/logo.png"
    }
}