Emoti

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

Emotiคืออะไร?

Emoti เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Pitts และคุณลักษณะหลักของมันคือ "Emoti creates an easy-to-use dropdown menu for inserting emoticons."

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

screenshot

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

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

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

                        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.                    

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

ชื่อ Emoti Emoti
ID jhendcajfhhpnombbfdanbdkhifbaeee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee
คำอธิบาย Emoti creates an easy-to-use dropdown menu for inserting emoticons.
ขนาดไฟล์ 25.31 KB
จำนวนการติดตั้ง 229
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2017-06-17
วันที่เผยแพร่ 2017-06-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Andrew Pitts
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://apitts.com
ภาษาที่รองรับ 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"
    ]
}