Emojis table

Get the right emojis from your browser in any tab!

Emojis table là gì?

Emojis table là một tiện ích mở rộng Chrome được phát triển bởi Louis Grasset, và tính năng chính của nó là "Get the right emojis from your browser in any tab!".

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

screenshot
screenshot

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

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

                        Tired of looking for emojis on your computer ? Simply search for its name or a related keyword in this extension. You’ll be able to copy it with a single click!                    

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

Tên Emojis table Emojis table
ID lkpflloaceieinnhchbmfefimjliigcj
URL Chính Thức https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj
Mô tả Get the right emojis from your browser in any tab!
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 3.3.0
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2019-01-03
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Louis Grasset
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/louisgrasset/emojis-table
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.3.0",
    "name": "Emojis table",
    "description": "Get the right emojis from your browser in any tab!",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "permissions": [
        "storage"
    ]
}