Neutral Face Emoji Tools

Tools that make life as a Slack emoji addict a little easier.

Neutral Face Emoji Toolsคืออะไร?

Neutral Face Emoji Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timothy Kempf และคุณลักษณะหลักของมันคือ "Tools that make life as a Slack emoji addict a little easier."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neutral Face Emoji Tools

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

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

                        Ever wanted to upload 100 emoji to slack in one fell swoop? Now you can.

1. Install this extension
2. Go to your Slack's /customize/emoji page
3. Drag and drop your emoji image files into the new "Bulk Emoji Uploader". Make sure that the image files are named what you want the emoji name to be ("ditto.gif" will become ":ditto:").
4. You've now got a whole lotta emoji!                    

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

ชื่อ Neutral Face Emoji Tools Neutral Face Emoji Tools
ID anchoacphlfbdomdlomnbbfhcmcdmjej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej
คำอธิบาย Tools that make life as a Slack emoji addict a little easier.
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 24,957
เวอร์ชันปัจจุบัน 3.3.0
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2019-03-12
คะแนน 4.54/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา Timothy Kempf
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Fauntleroy/neutral-face-emoji-tools
URL หน้าช่วยเหลือ https://github.com/Fauntleroy/neutral-face-emoji-tools
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neutral Face Emoji Tools",
    "short_name": "Emoji Tools",
    "description": "Tools that make life as a Slack emoji addict a little easier.",
    "version": "3.3.0",
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.slack.com\/*\/emoji*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "content.js",
        "images\/icon_128.png"
    ]
}