Gitmoji
Get gitmojis copied to clipboard
Gitmojiคืออะไร?
Gitmoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Bergman และคุณลักษณะหลักของมันคือ "Get gitmojis copied to clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gitmoji
ดาวน์โหลดไฟล์ส่วนขยาย Gitmoji ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gitmoji Chrome Extension is an extension that can be used to get quick acces to the emojis of Gitmoji. And to quote the original author carloscuesta: ”Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.”
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gitmoji |
ID | jhhfejfgefheljcenfehikpfmmpglhca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca |
คำอธิบาย | Get gitmojis copied to clipboard |
ขนาดไฟล์ | 385 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2018-11-08 |
วันที่เผยแพร่ | 2018-11-08 |
ผู้พัฒนา | Adam Bergman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/adambrgmn/gitmoji-chrome |
URL หน้าช่วยเหลือ | https://github.com/adambrgmn/gitmoji-chrome/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/adambrgmn |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "name": "Gitmoji", "description": "Get gitmojis copied to clipboard", "browser_action": { "default_title": "Gitmoji", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ] } |