WPM - Typing Everywhere

A cool extension for calculating wpm everywhere

Qu'est-ce que WPM - Typing Everywhere ?

WPM - Typing Everywhere est une extension Chrome développée par https://lyricstype.com, et sa fonction principale est "A cool extension for calculating wpm everywhere".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WPM - Typing Everywhere

Téléchargez les fichiers d'extension WPM - Typing Everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WPM - Typing Everywhere WPM - Typing Everywhere
ID ielbakjmldnkipkikkihbfcfcbalkilj
URL Officiel https://chromewebstore.google.com/detail/wpm-typing-everywhere/ielbakjmldnkipkikkihbfcfcbalkilj
Description A cool extension for calculating wpm everywhere
Taille du Fichier 100 KB
Nombre d'Installations 84
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-01-03
Date de Publication 2022-12-21
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://lyricstype.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lyricstype.com
URL de la Page d'Aide https://lyricstype.com/blog
URL de la Page de Politique de Confidentialité https://lyricstype.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}