Emoticon input everywhere

Allow input emoticon in everywhere

Emoticon input everywhereคืออะไร?

Emoticon input everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robin Huy และคุณลักษณะหลักของมันคือ "Allow input emoticon in everywhere"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

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

ชื่อ Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
คำอธิบาย Allow input emoticon in everywhere
ขนาดไฟล์ 11.64 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-03-21
วันที่เผยแพร่ 2017-03-21
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Robin Huy
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/robinhuy/emoticon-input
URL หน้าช่วยเหลือ https://github.com/robinhuy/emoticon-input
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}