WPM - Typing Everywhere

A cool extension for calculating wpm everywhere

Hvad er WPM - Typing Everywhere?

WPM - Typing Everywhere er en Chrome-udvidelse udviklet af https://lyricstype.com, og dens hovedfunktion er "A cool extension for calculating wpm everywhere".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WPM - Typing Everywhere-udvidelses-CRX-fil

Download WPM - Typing Everywhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn WPM - Typing Everywhere WPM - Typing Everywhere
ID ielbakjmldnkipkikkihbfcfcbalkilj
Officiel URL https://chromewebstore.google.com/detail/wpm-typing-everywhere/ielbakjmldnkipkikkihbfcfcbalkilj
Beskrivelse A cool extension for calculating wpm everywhere
Filstørrelse 100 KB
Antal Installationer 84
Nuværende Version 1.0.4
Senest Opdateret 2023-01-03
Udgivelsesdato 2022-12-21
Bedømmelse 4.56/5 Samlet 9 Bedømmelser
Udvikler https://lyricstype.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://lyricstype.com
Hjælpeside-URL https://lyricstype.com/blog
URL til Fortrolighedspolitik Side https://lyricstype.com/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}