Emoji Generator
This is an extension for convenient use of the Emoji Generator
Emoji Generatorคืออะไร?
Emoji Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emoji-gen.ninja และคุณลักษณะหลักของมันคือ "This is an extension for convenient use of the Emoji Generator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Generator
ดาวน์โหลดไฟล์ส่วนขยาย Emoji Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Emoji Generator is a tool to easily generate reaction emoticons and emojis for chats such as Slack. With this extension, you can easily register generate emojis directly with your Slack team. Let's use emojis to achieve smooth communication!! --- Emoji Generator browser extension is developed with open source. The source code can be freely used or modified according to the MIT License. https://github.com/emoji-gen/browser-extension Copyright (C) 2017-2022 Emoji Generator
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Emoji Generator |
ID | ghbhakkknnmocmiilhneahbkiaegdnmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emoji-generator/ghbhakkknnmocmiilhneahbkiaegdnmf |
คำอธิบาย | This is an extension for convenient use of the Emoji Generator |
ขนาดไฟล์ | 126 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2022-07-26 |
วันที่เผยแพร่ | 2019-12-23 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://emoji-gen.ninja |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/emoji-gen.ninja", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.1.4", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/emoji-gen.ninja\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": false } ], "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "host_permissions": [ "https:\/\/emoji-gen.ninja\/*", "https:\/\/*.slack.com\/*" ] } |