Typing Statistics | Auto Typer

Typing Statistics: Tracks WPM and other Statistics as well as auto typer

Typing Statistics | Auto Typer란 무엇입니까?

Typing Statistics | Auto Typer은(는) itsmarzzzzzz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Typing Statistics: Tracks WPM and other Statistics as well as auto typer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Typing Statistics | Auto Typer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Typing-Statistics Chrome extension is a tool that tracks and provides insights into your typing habits while using the Chrome browser. It offers valuable statistics such as the number of letters, words, and your typing speed in words per minute (WPM).

Features:
- Letter and Word Count: Get an accurate count of the letters and words you type while using Chrome.

- Words Per Minute (WPM): Track your typing speed in real-time and measure your words per minute. This feature helps you monitor your typing progress and efficiency.

- Individual Site Tracking: The extension can track typing statistics on a per-site basis, allowing you to analyze your typing performance on different websites separately.

- Auto Typers: Have the extension assist you in achieving high WPM on sites like Type Racer and 10FastFingers.


Usage:
1. Once the Typing Statistics extension is installed, it will automatically track your typing statistics while you use Chrome. You can access the extension's features and view your typing data by following these steps:

2. Click on the Typing Statistics extension icon in the Chrome toolbar.

3. A dropdown menu will appear, showing you a list of visited sites. Click into any arrow and you will be shown current typing statistics and options to access more details.

4. Explore the available options, such as viewing overall typing statistics, and site-specific statistics.

5. The extension will continuously update the statistics in real-time as you type, providing you with up-to-date information about your typing performance.

UPDATES (v3.4.4 >> v3.4.5):
- Sort more stats
- Fix bugs                    

확장 프로그램 기본 정보

이름 Typing Statistics | Auto Typer Typing Statistics | Auto Typer
ID pcogcfinllbgfmhmcpnighcpepnfpfca
공식 URL https://chromewebstore.google.com/detail/typing-statistics-auto-ty/pcogcfinllbgfmhmcpnighcpepnfpfca
설명 Typing Statistics: Tracks WPM and other Statistics as well as auto typer
파일 크기 694 KB
설치 횟수 999
현재 버전 3.4.5
최근 업데이트 2023-11-20
출시 날짜 2023-06-02
평점 2.60/5 총 5 개의 평점
개발자 itsmarzzzzzz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://discord.gg/K8hgFHWeJQ
도움말 페이지 URL https://discord.gg/K8hgFHWeJQ
개인정보 보호 정책 페이지 URL https://github.com/itsmarsss/typing-statistics/blob/main/PRIVACY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "name": "Typing Statistics | Auto Typer",
    "version": "3.4.5",
    "manifest_version": 3,
    "description": "Typing Statistics: Tracks WPM and other Statistics as well as auto typer",
    "author": "Marsss' Dev Team",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "\/scripts\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "action": {
        "default_popup": "\/popup\/popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-64.png",
        "128": "assets\/icon-128.png"
    }
}