Emoji Finder

Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail

Emoji Finder là gì?

Emoji Finder là một tiện ích mở rộng Chrome được phát triển bởi InBasic, và tính năng chính của nó là "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail".

Ả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 adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis.

Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard.

For more info please visit:
http://add0n.com/emoji-finder.html                    

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

Tên Emoji Finder Emoji Finder
ID mlgeehafnfbhbofgdijakhhifcgbbmgd
URL Chính Thức https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd
Mô tả Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 716
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2017-01-18
Ngày Phát Hành 2017-01-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển InBasic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://add0n.com/emoji-finder.html
URL Trang Trợ Giúp http://add0n.com/emoji-finder.html
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/inb.cor.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Finder",
    "version": "0.1.0",
    "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_popup": "Default.html"
    },
    "icons": {
        "16": "Content\/Images\/16.png",
        "24": "Content\/Images\/24.png",
        "32": "Content\/Images\/32.png",
        "64": "Content\/Images\/64.png",
        "128": "Content\/Images\/128.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "Options.html"
    },
    "background": {
        "scripts": [
            "Script\/Background.js"
        ]
    },
    "homepage_url": "http:\/\/add0n.com\/emoji-finder.html"
}