Easy Emoji

Easy to find the emoji you want to copy just with a keyword.

Easy Emoji là gì?

Easy Emoji là một tiện ích mở rộng Chrome được phát triển bởi tzengshinfu, và tính năng chính của nó là "Easy to find the emoji you want to copy just with a keyword.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Using emoji is more easily!

[Easy Emoji] is able to help you to find emoji and copy it.


v1.1.0 Release Notes:
-Click emoji to copy it to clipboard.

v1.2.0 Release Notes:
-Add emoji window draggable function.
-Add search text clear button.

v1.3.0 Release Notes:
-Update to Emoji v5.0.

v1.3.1 Bug Fixes:
-Fix the [create emojiTable error] bug.                    

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

Tên Easy Emoji Easy Emoji
ID olffnpidkbbgglajgmbjjllkbnmkehkc
URL Chính Thức https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc
Mô tả Easy to find the emoji you want to copy just with a keyword.
Kích Thước Tệp 42.02 KB
Số Lần Cài Đặt 445
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2017-04-12
Ngày Phát Hành 2017-04-12
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tzengshinfu
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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.1",
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "close.png",
        "clear.png"
    ]
}