WebStats

Show internet usage

WebStats란 무엇입니까?

WebStats은(는) ntv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show internet usage"입니다.

확장 프로그램 스크린샷

screenshot

WebStats 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This add-on allows to show the volume of data received by websites.

Privacy:
No data is collected, this extension does not communicate with any servers.

Credits
This extension is not under a free license but is open source.
This means that you cannot use its code, but you can consult it.
Source code : https://gitlab.com/nin_/web-stats

Library & Technologies used:

    Svelte released under MIT License
    Rollup released under MIT License
    svelte-frappe-charts by Dave Lunny released under MIT license
    Frappe Charts released under MIT License


The icon of the addon is "timer" by Iconika under CC-By.                    

확장 프로그램 기본 정보

이름 WebStats WebStats
ID hjbagogakdclnioffimmlepmmikeakph
공식 URL https://chromewebstore.google.com/detail/webstats/hjbagogakdclnioffimmlepmmikeakph
설명 Show internet usage
파일 크기 91.21 KB
설치 횟수 43
현재 버전 2.0.0
최근 업데이트 2021-08-13
출시 날짜 2021-06-24
개발자 ntv
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://gitlab.com/nin_/web-stats/-/issues
지원되는 언어 de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebStats",
    "description": "Show internet usage",
    "version": "2.0.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "default_locale": "en"
}