WhatsApp Web Shortcuts

Add keyboard shortcuts for WhatsApp Web!

Qu'est-ce que WhatsApp Web Shortcuts ?

WhatsApp Web Shortcuts est une extension Chrome développée par Edmar Junior, et sa fonction principale est "Add keyboard shortcuts for WhatsApp Web!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatsApp Web Shortcuts

Téléchargez les fichiers d'extension WhatsApp Web Shortcuts 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

                        Allows you to move on to the next chat, select a specific chat and add other shortcuts like archiving, deleting, pinning.

An update will soon arrive to customize these shortcuts of your choice.

Recommendation: use Whatsapp Web in single tab or as a Google Chrome app for the shortcut Ctrl + Tab to work.                    

Informations de Base sur l'Extension

Nom WhatsApp Web Shortcuts WhatsApp Web Shortcuts
ID cchlfiddnacphaelpppojlgicakkgjcf
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-web-shortcuts/cchlfiddnacphaelpppojlgicakkgjcf
Description Add keyboard shortcuts for WhatsApp Web!
Taille du Fichier 32.3 KB
Nombre d'Installations 591
Version Actuelle 1.4
Dernière Mise à Jour 2021-07-17
Date de Publication 2020-12-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur Edmar Junior
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Web Shortcuts",
    "description": "Add keyboard shortcuts for WhatsApp Web!",
    "version": "1.4",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "64": "assets\/icons\/64.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}