Emoji Keyboard Suite

Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer

Emoji Keyboard Suite là gì?

Emoji Keyboard Suite là một tiện ích mở rộng Chrome được phát triển bởi http://emojikeyboard.org, và tính năng chính của nó là "Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer".

Ả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 Emoji Keyboard Suite

Tải xuống các tệp mở rộng Emoji Keyboard Suite 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

                        Copy and past emoji easily and fast. New emoji collections such as Smileys, Activity and Sports, Symbols and etc.
Emoji Keyboard Suite for Chrome Browser. All emoji collections for chatter. Easy to use: copy and paste in messages. 

Emoji Keyboard Suite will work on any site.
Get emoticons and lighten your communication with bright emotions. 

Quick start:
1. Install the extension
2. Find your favorite emoji
3. Copy and paste into messages
4. Enjoy yourself and others                    

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

Tên Emoji Keyboard Suite Emoji Keyboard Suite
ID bgfnnlpfffokmclmlogmcmfagcimbhee
URL Chính Thức https://chrome.google.com/webstore/detail/bgfnnlpfffokmclmlogmcmfagcimbhee
Mô tả Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2023-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://emojikeyboard.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://proapps.org
URL Trang Trợ Giúp https://proapps.org
URL Trang Chính Sách Bảo Mật https://proapps.org/extension-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "emojikeyboard.html"
    },
    "content_scripts": [
        {
            "js": [
                "insert-emoji.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Emoji Keyboard Suite",
    "short_name": "Emoji Keyboard Suite",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.1.0.min.js",
                "data_emoji.js",
                "images\/sprites\/emojione\/emojione-0-2x.png",
                "images\/sprites\/emojione\/emojione-1-2x.png",
                "images\/sprites\/emojione\/emojione-2-2x.png",
                "images\/sprites\/emojione\/emojione-3-2x.png",
                "images\/sprites\/emojione\/emojione-4-2x.png",
                "images\/sprites\/emojione\/emojione-5-2x.png",
                "images\/sprites\/emojione\/emojione-6-2x.png",
                "images\/sprites\/emojione\/emojione-7-2x.png",
                "images\/sprites\/emojione\/emojione-8-2x.png",
                "sweetalert2.min.css",
                "sweetalert2.min.js",
                "emojikeyboard.png",
                "ga.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}