EmojiTwitter

Now you can add Emoji icons directly from your Twitter Web

EmojiTwitterคืออะไร?

EmojiTwitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://abarcarodriguez.com และคุณลักษณะหลักของมันคือ "Now you can add Emoji icons directly from your Twitter Web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EmojiTwitter

ดาวน์โหลดไฟล์ส่วนขยาย EmojiTwitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EmojiTwitter EmojiTwitter
ID figianejgcfhaodnghfcbhdjdhkbofbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe
คำอธิบาย Now you can add Emoji icons directly from your Twitter Web
ขนาดไฟล์ 651 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.22/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://abarcarodriguez.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}