Emoti

Emoti creates an easy-to-use dropdown menu for inserting emoticons.

Emoti là gì?

Emoti là một tiện ích mở rộng Chrome được phát triển bởi Andrew Pitts, và tính năng chính của nó là "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".

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

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

                        Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.                    

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

Tên Emoti Emoti
ID jhendcajfhhpnombbfdanbdkhifbaeee
URL Chính Thức https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee
Mô tả Emoti creates an easy-to-use dropdown menu for inserting emoticons.
Kích Thước Tệp 25.31 KB
Số Lần Cài Đặt 229
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-06-17
Ngày Phát Hành 2017-06-17
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Andrew Pitts
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://apitts.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoti",
    "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Emoti"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "clipboardRead"
    ]
}