WhatsApp Web Shortcuts

Add keyboard shortcuts for WhatsApp Web!

WhatsApp Web Shortcuts là gì?

WhatsApp Web Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Edmar Junior, và tính năng chính của nó là "Add keyboard shortcuts for WhatsApp Web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp Web Shortcuts

Tải xuống các tệp mở rộng WhatsApp Web Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatsApp Web Shortcuts WhatsApp Web Shortcuts
ID cchlfiddnacphaelpppojlgicakkgjcf
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-web-shortcuts/cchlfiddnacphaelpppojlgicakkgjcf
Mô tả Add keyboard shortcuts for WhatsApp Web!
Kích Thước Tệp 32.3 KB
Số Lần Cài Đặt 591
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-07-17
Ngày Phát Hành 2020-12-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Edmar Junior
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}