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
官方網址 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"
    }
}