GitEmoji- emoji for git commit message
Emoji for git commit message
什麼是GitEmoji- emoji for git commit message?
GitEmoji- emoji for git commit message是由https://muhzi.com開發的Chrome擴展程式,該擴展的主要功能是“Emoji for git commit message”。
擴展截圖
下載GitEmoji- emoji for git commit message擴展crx文件
下載GitEmoji- emoji for git commit message擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An emoji guide for your commit messages. It is just an chrome extension version of https://gitmoji.carloscuesta.me/ 擴展基本資訊
| 名稱 | |
| ID | jbagnnbjnkceaaaibjalfecnbelpimjk |
| 官方網址 | https://chromewebstore.google.com/detail/gitemoji-emoji-for-git-co/jbagnnbjnkceaaaibjalfecnbelpimjk |
| 簡介 | Emoji for git commit message |
| 檔案大小 | 101 KB |
| 安裝次數 | 50 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2020-08-03 |
| 上架時間 | 2020-08-03 |
| 開發者 | https://muhzi.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://muhzi.com/ |
| 說明頁面URL | https://muhzi.com/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitEmoji- emoji for git commit message",
"short_name": "GitEmoji",
"version": "0.0.2",
"manifest_version": 2,
"description": "Emoji for git commit message",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_popup": "index.html",
"default_title": "GitEmoji",
"default_icon": "icons\/128.png"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/32.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |