DAX / iStats log

Logs calls to DAX and iStats

DAX / iStats logคืออะไร?

DAX / iStats log เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miguel L Gonzalez และคุณลักษณะหลักของมันคือ "Logs calls to DAX and iStats"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DAX / iStats log

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}