EmojiTwitter

Now you can add Emoji icons directly from your Twitter Web

EmojiTwitter là gì?

EmojiTwitter là một tiện ích mở rộng Chrome được phát triển bởi https://abarcarodriguez.com, và tính năng chính của nó là "Now you can add Emoji icons directly from your Twitter Web".

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

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

                        Adds a button with a complete Twitter Emoji Collection for you to use it on your Twitter.

NOTICE: All your friends will see your icons, the icons do not show on the text box when you select them but they will show up when you tweet them.

=========

Agrega un botón con una colección completa de iconos Emoji para que los utilices en tu Twitter.

NOTA: Todos tus amigos verán tus iconos, los iconos no se ven en la forma de texto cuando los seleccionas pero se verán una vez que publiques tu tuit.                    

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

Tên EmojiTwitter EmojiTwitter
ID figianejgcfhaodnghfcbhdjdhkbofbe
URL Chính Thức https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe
Mô tả Now you can add Emoji icons directly from your Twitter Web
Kích Thước Tệp 651 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.22/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://abarcarodriguez.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiTwitter",
    "version": "0.0.4",
    "description": "Now you can add Emoji icons directly from your Twitter Web",
    "author": "Alejandro AR",
    "homepage_url": "http:\/\/abarcarodriguez.com",
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/sprite.png",
        "fonts\/EmojiSymbols-Regular.woff"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}