Git Moji - Git commits enhancer

Enhance your commits with emojis!

Git Moji - Git commits enhancerคืออะไร?

Git Moji - Git commits enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Louis Grasset และคุณลักษณะหลักของมันคือ "Enhance your commits with emojis!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Git Moji - Git commits enhancer

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

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

                        Enhance your commit with emojis!
Included: Twitter's emojis.                    

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

ชื่อ Git Moji - Git commits enhancer Git Moji - Git commits enhancer
ID mibjhinkhobaldjpkhlfmajehkibdbji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/git-moji-git-commits-enha/mibjhinkhobaldjpkhlfmajehkibdbji
คำอธิบาย Enhance your commits with emojis!
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2022-07-15
วันที่เผยแพร่ 2019-11-14
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Louis Grasset
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gitlab.com/louisgrasset/git-moji
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Git Moji - Git commits enhancer",
    "short_name": "git-moji",
    "description": "Enhance your commits with emojis!",
    "version": "1.4.1",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        },
        "default_title": "Git Moji: Enhance your commits with emojis!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            }
        }
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}