Emoji Select

Add Emojis to your text !

Emoji Select là gì?

Emoji Select là một tiện ích mở rộng Chrome được phát triển bởi adelawalter90, và tính năng chính của nó là "Add Emojis to your text !".

Ả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 Emoji Select

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

                        EMOJI SELECT helps you out making your chat more impressive by adding amazing emojis to your text ! Install this today on your browser and enjoy chatting with your buds. 

Important: The extension is allowed for Non-Adult sites only.                    

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

Tên Emoji Select Emoji Select
ID lacopdelfhkenhcmejfpehpndpmnahol
URL Chính Thức https://chromewebstore.google.com/detail/emoji-select/lacopdelfhkenhcmejfpehpndpmnahol
Mô tả Add Emojis to your text !
Kích Thước Tệp 84.87 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-12-23
Ngày Phát Hành 2020-12-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển adelawalter90
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Select",
    "version": "0.2",
    "description": "Add Emojis to your text !",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "demo.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}