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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Typing Statistics: Tracks WPM and other Statistics as well as auto typer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Typing Statistics | Auto Typer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}