e-typing plus

e-typing の非公式 Chrome 拡張です。

What is e-typing plus?

e-typing plus is a Chrome extension developed by yada, and its main feature is "e-typing の非公式 Chrome 拡張です。".

Extension Screenshots

screenshot
screenshot
screenshot

Download e-typing plus Extension CRX File

Download e-typing plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        e-typing の非公式 Chrome 拡張です。結果画面が拡張されて、より詳細な記録を確認できるようになります。

■機能一覧

○結果画面に次の項目を追加
  ・1 文字目の打鍵時間 (Latency) の平均値
  ・1 文字目を除いた速さ (RKPM) の平均値
  ・ワードごとの Latency、RKPM、KPM、ミス数
  ・キーごとの打鍵時間
○結果画面の全画面表示
○Latency の目標設定 (打鍵直後に Latency を表示)

■その他

・レイアウトの都合上「苦手キー」が消えます。
・非公式のため、将来的に e-typing の仕様変更などにより動作しなくなる可能性があります。お気付きの際はご連絡ください。

■更新履歴

20/09/20 [v1.7.3]
・全画面表示時、画面を縮小するとレイアウトが崩れていたのを修正しました。                    

Extension Basic Information

Name e-typing plus e-typing plus
ID oamfkdadogckhpdbhiibkobglkpiligo
Official URL https://chromewebstore.google.com/detail/e-typing-plus/oamfkdadogckhpdbhiibkobglkpiligo
Description e-typing の非公式 Chrome 拡張です。
File Size 850 KB
Installation Count 1,447
Current Version 1.7.3
Last Updated 2020-09-21
Publish Date 2019-07-04
Rating 5.00/5 Total 3 Ratings
Developer yada
Email [email protected]
Payment Type free
Extension Website https://github.com/nohtaray/etyping-better-result
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "e-typing \u306e\u975e\u516c\u5f0f Chrome \u62e1\u5f35\u3067\u3059\u3002",
    "version": "1.7.3",
    "name": "e-typing plus",
    "manifest_version": 2,
    "author": "yada",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.e-typing.ne.jp\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "jquery.js",
        "app.bundle.js",
        "expanded.bundle.js"
    ],
    "icons": {
        "128": "e128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}