DAX / iStats log

Logs calls to DAX and iStats

Apa itu DAX / iStats log?

DAX / iStats log adalah ekstensi Chrome yang dikembangkan oleh Miguel L Gonzalez, dan fitur utamanya adalah "Logs calls to DAX and iStats".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DAX / iStats log

Unduh file ekstensi DAX / iStats log dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
URL Resmi https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
Deskripsi Logs calls to DAX and iStats
Ukuran File 84.51 KB
Jumlah Instalasi 256
Versi Saat Ini 0.5.3
Terakhir Diperbarui 2015-06-19
Tanggal Publikasi 2015-06-19
Penilaian 5.00/5 Total 11 Penilaian
Pengembang Miguel L Gonzalez
Tipe Pembayaran free
Situs Ekstensi https://github.com/miguelgonz/chrome_istats
URL Halaman Bantuan https://github.com/miguelgonz/chrome_istats
Bahasa yang Didukung 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"
    }
}