:emoji:

the emoji autocomplete anywhere on the internet

:emoji:คืออะไร?

:emoji: เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emojidots.xyz และคุณลักษณะหลักของมันคือ "the emoji autocomplete anywhere on the internet"

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

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

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

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

                        The emoji autocomplete anywhere on the internet.
Just type :smile: or :shrug: and the text will magically convert into an emoji or take advantage of the suggestions box.                    

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

ชื่อ :emoji: :emoji:
ID glilodakjkecbpccacpcmienbpeebpfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji/glilodakjkecbpccacpcmienbpeebpfa
คำอธิบาย the emoji autocomplete anywhere on the internet
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2019-07-27
วันที่เผยแพร่ 2019-07-26
คะแนน 2.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://emojidots.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ":emoji:",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "the emoji autocomplete anywhere on the internet",
    "homepage_url": "http:\/\/emojidots.xyz",
    "background": {
        "scripts": [
            "main\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "libs\/jquery.min.js",
                "libs\/jsel.js",
                "libs\/bililiteRange.js",
                "libs\/jquery.sendkeys.js",
                "main\/emoji.js",
                "main\/pageCom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48px.png",
        "default_title": ":emoji:",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "permissions": [
        "https:\/\/gist.githubusercontent.com\/gonelf\/d8ae3ccb7902b501c4a5dd625d4089da\/raw\/5eeda197ba92f8c8139e846a1225d5640077e06f\/emoji_pretty.json",
        "tabs",
        "storage"
    ]
}