Type Tester

An extension that lets you test your words per minute (WPM), right in your browser!

Type Testerとは何ですか?

Type Testerはkoyuulによって開発されたChromeの拡張機能で、その主な機能は「An extension that lets you test your words per minute (WPM), right in your browser!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Type Tester拡張機能のCRXファイルをダウンロード

Type Tester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Type Tester is an extension that tests your words per minute (WPM) in a small pop up! Whenever you want to type a quote, just click the extension icon, which opens up a box for you to type a provided quote. To the right, you can see a timer and a WPM counter. After completing a quote, a box will show up, telling you your WPM, and the author of the quote. 

If you have any suggestions, comments, or feedback, please contact me at @koyuul on Twitter, or Instagram!
All feedback is appreciated :)                    

拡張機能の基本情報

名前 Type Tester Type Tester
ID mdaghkoflnebojailmicpplodemfkhba
公式URL https://chromewebstore.google.com/detail/type-tester/mdaghkoflnebojailmicpplodemfkhba
説明 An extension that lets you test your words per minute (WPM), right in your browser!
ファイルサイズ 20.54 KB
インストール数 716
現在のバージョン 1.4.5
最終更新日 2024-02-26
公開日 2020-03-27
評価 4.38/5 合計 8 レビュー
開発者 koyuul
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/koyuul/type-tester
ヘルプページのURL https://koyuul.github.io/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Tester",
    "version": "1.4.5",
    "manifest_version": 3,
    "description": "An extension that lets you test your words per minute (WPM), right in your browser!",
    "author": "@koyuul on Twitter, Instagram",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Type Tester",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "settings.html"
    }
}