Microsoft Teams Emojinator

Adds emoji to microsoft teams via an external emoji server!

Microsoft Teams Emojinatorคืออะไร?

Microsoft Teams Emojinator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds emoji to microsoft teams via an external emoji server!"

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

screenshot
screenshot

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

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

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

                        Use all of your favorite emoji in Microsoft teams! They do not support custom emoticons be default, this allows the web app to support viewing custom emoji hosted externally.
This requires an external emoji server to host the images for your team, channel, or organization

Use the extension settings page to configure the remote URL for the emoji server

Further documentation and source here:
https://github.com/dsmiller95/microsoft-teams-emojifier                    

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

ชื่อ Microsoft Teams Emojinator Microsoft Teams Emojinator
ID eflminelddfglcbimfpncahdiacnnegk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/microsoft-teams-emojinato/eflminelddfglcbimfpncahdiacnnegk
คำอธิบาย Adds emoji to microsoft teams via an external emoji server!
ขนาดไฟล์ 11.57 KB
จำนวนการติดตั้ง 2,101
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-06-02
วันที่เผยแพร่ 2020-06-01
คะแนน 1.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dsmiller95/microsoft-teams-emojifier
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Microsoft Teams Emojinator",
    "version": "1.3",
    "description": "Adds emoji to microsoft teams via an external emoji server!",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/teams.microsoft.com.us3.cas.ms\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "payload.js"
            ]
        }
    ],
    "icons": {
        "16": "thonk16.png",
        "32": "thonk32.png",
        "48": "thonk48.png",
        "128": "thonk128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}