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/
扩展基本信息
名称 | GitEmoji- emoji for git commit message |
ID | jbagnnbjnkceaaaibjalfecnbelpimjk |
官方URL | 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 } } |