WhatsApp Web Shortcuts

Add keyboard shortcuts for WhatsApp Web!

ما هو WhatsApp Web Shortcuts؟

WhatsApp Web Shortcuts هو إضافة Chrome تم تطويرها بواسطة Edmar Junior، والميزة الرئيسية لها هي "Add keyboard shortcuts for WhatsApp Web!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WhatsApp Web Shortcuts

قم بتنزيل ملفات الامتداد WhatsApp Web Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم WhatsApp Web Shortcuts WhatsApp Web Shortcuts
ID cchlfiddnacphaelpppojlgicakkgjcf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/whatsapp-web-shortcuts/cchlfiddnacphaelpppojlgicakkgjcf
الوصف Add keyboard shortcuts for WhatsApp Web!
حجم الملف 32.3 KB
عدد التثبيتات 591
النسخة الحالية 1.4
آخر تحديث 2021-07-17
تاريخ النشر 2020-12-25
تقييم 5.00/5 مجموع تقييمات 3
المطور Edmar Junior
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}