Whatsapp Web text to Emoji Converter

Convert :) , :D and other text in emoji/smiley as you type in whatsapp web application or any website

Whatsapp Web text to Emoji Converter là gì?

Whatsapp Web text to Emoji Converter là một tiện ích mở rộng Chrome được phát triển bởi Whatsapp Emoji Keyboard, và tính năng chính của nó là "Convert :) , :D and other text in emoji/smiley as you type in whatsapp web application or any website".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whatsapp Web text to Emoji Converter

Tải xuống các tệp mở rộng Whatsapp Web text to Emoji Converter 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

                        Whatsapp Web Text to Emoji Converter for Chrome is an extension that allows you to input emojis on the Whatsapp Web or all sites without adding an additional keyboard.

This extension automatically converts emoji’s shortcuts to an emoji on Chrome browser. Now you don’t need to search, copy and paste emojis to your messages. No need to use mouse while typing or chatting to type an emoji.

FEATURES
1 Enable emojis for Whatsapp Web without any add-on keyboard
2 Use emoticons anywhere on the web
3 Disable it on a particular website.

STEPS TO USE:
1 Add this extension to chrome.
2 Enable the emoji keyboard for Whatsapp web.
3 Or you can enable it for all websites.
4 Done! Now you can use it by following the next steps.
5 Go to Whatsapp web chat or any other site.
6 While typing, type :) or any other emoji symbol which you want to use.
7 It will be converted automatically into an emojis.                    

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

Tên Whatsapp Web text to Emoji Converter Whatsapp Web text to Emoji Converter
ID pfolcddalgchimfcpajhnbfpppkhhcdm
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-web-text-to-emoj/pfolcddalgchimfcpajhnbfpppkhhcdm
Mô tả Convert :) , :D and other text in emoji/smiley as you type in whatsapp web application or any website
Kích Thước Tệp 91.9 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-08-26
Ngày Phát Hành 2021-08-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Whatsapp Emoji Keyboard
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": 3,
    "name": "Whatsapp Web text to Emoji Converter",
    "version": "1.1.0",
    "description": "Convert :) , :D and other text in emoji\/smiley as you type in whatsapp web application or any website",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "36": "images\/icon36.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "196": "images\/icon196.png"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "text to Emoji",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "gcm",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "Whatsapp Text to emoji"
}