WPM - Typing Everywhere

A cool extension for calculating wpm everywhere

WPM - Typing Everywhere là gì?

WPM - Typing Everywhere là một tiện ích mở rộng Chrome được phát triển bởi https://lyricstype.com, và tính năng chính của nó là "A cool extension for calculating wpm everywhere".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WPM - Typing Everywhere

Tải xuống các tệp mở rộng WPM - Typing Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Detect every typing in the browser and provide WPM calculate number,
Choose every text in the browser and type it!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WPM - Typing Everywhere WPM - Typing Everywhere
ID ielbakjmldnkipkikkihbfcfcbalkilj
URL Chính Thức https://chromewebstore.google.com/detail/wpm-typing-everywhere/ielbakjmldnkipkikkihbfcfcbalkilj
Mô tả A cool extension for calculating wpm everywhere
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2022-12-21
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://lyricstype.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lyricstype.com
URL Trang Trợ Giúp https://lyricstype.com/blog
URL Trang Chính Sách Bảo Mật https://lyricstype.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPM - Typing Everywhere",
    "version": "1.0.4",
    "description": "A cool extension for calculating wpm everywhere",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.jpg"
    },
    "manifest_version": 3,
    "author": "SGSystems",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "24": "assets\/logo.png",
            "32": "assets\/logo.png"
        },
        "default_title": "WPM Extention",
        "default_popup": "bootstrap.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/*.com\/*",
                "https:\/\/*.net\/*",
                "https:\/\/*.io\/*",
                "https:\/\/*.us\/*",
                "http:\/\/*.com\/*",
                "https:\/\/*.co.il\/*",
                "http:\/\/*.co.il\/*",
                "https:\/\/*.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css",
                "button.css"
            ]
        }
    ]
}