WPM - Typing Everywhere

A cool extension for calculating wpm everywhere

Apa itu WPM - Typing Everywhere?

WPM - Typing Everywhere adalah ekstensi Chrome yang dikembangkan oleh https://lyricstype.com, dan fitur utamanya adalah "A cool extension for calculating wpm everywhere".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WPM - Typing Everywhere

Unduh file ekstensi WPM - Typing Everywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama WPM - Typing Everywhere WPM - Typing Everywhere
ID ielbakjmldnkipkikkihbfcfcbalkilj
URL Resmi https://chromewebstore.google.com/detail/wpm-typing-everywhere/ielbakjmldnkipkikkihbfcfcbalkilj
Deskripsi A cool extension for calculating wpm everywhere
Ukuran File 100 KB
Jumlah Instalasi 84
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-01-03
Tanggal Publikasi 2022-12-21
Penilaian 4.56/5 Total 9 Penilaian
Pengembang https://lyricstype.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://lyricstype.com
URL Halaman Bantuan https://lyricstype.com/blog
URL Halaman Kebijakan Privasi https://lyricstype.com/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}