Emoji Finder

Easily find & copy any emoji(s) from your browser toolbar popup UI

Emoji Finder là gì?

Emoji Finder là một tiện ích mở rộng Chrome được phát triển bởi Jorvi, và tính năng chính của nó là "Easily find & copy any emoji(s) from your browser toolbar popup UI".

Ả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 Finder

Tải xuống các tệp mở rộng Emoji Finder 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 Finder extension lets you find and copy desired emoji(s) from your browser's toolbar popup with just one click.

Few features:
1. Over 1800 emojis to choose from.
2. Toolbar popup has a built-in finder to search and find the desired emojis.
3. Click on each emoji to see details and copy the icon to the clipboard.
4. No settings or options to adjust.

Note 1: to copy each emoji icon, simply click on it. The emoji will be copied to the clipboard automatically.

Note 2: depending on your browser's version and operating systems, some emoji icons may not render properly.

To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/easy-emoji.html).                    

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

Tên Emoji Finder Emoji Finder
ID iccnjfgjkdodnhojijhmneglildgljde
URL Chính Thức https://chromewebstore.google.com/detail/emoji-finder/iccnjfgjkdodnhojijhmneglildgljde
Mô tả Easily find & copy any emoji(s) from your browser toolbar popup UI
Kích Thước Tệp 59.99 KB
Số Lần Cài Đặt 370
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2023-11-12
Ngày Phát Hành 2019-10-12
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jorvi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/easy-emoji.html
URL Trang Trợ Giúp https://mybrowseraddon.com/easy-emoji.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.8",
    "manifest_version": 3,
    "name": "Emoji Finder",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/easy-emoji.html",
    "description": "Easily find & copy any emoji(s) from your browser toolbar popup UI",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Emoji Finder",
        "default_popup": "data\/interface\/index.html?popup",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}