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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}