DAX / iStats log

Logs calls to DAX and iStats

Was ist DAX / iStats log?

DAX / iStats log ist eine Chrome-Erweiterung, die von Miguel L Gonzalez entwickelt wurde, und ihr Hauptmerkmal ist "Logs calls to DAX and iStats".

Erweiterungsscreenshots

screenshot

DAX / iStats log-Erweiterungs-CRX-Datei herunterladen

Laden Sie DAX / iStats log-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
Offizielle URL https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
Beschreibung Logs calls to DAX and iStats
Dateigröße 84.51 KB
Installationsanzahl 256
Aktuelle Version 0.5.3
Letztes Update 2015-06-19
Veröffentlichungsdatum 2015-06-19
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler Miguel L Gonzalez
Zahlungsart free
Erweiterungswebsite https://github.com/miguelgonz/chrome_istats
Hilfeseite URL https://github.com/miguelgonz/chrome_istats
Unterstützte Sprachen 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"
    }
}