Gitmoji
Get gitmojis copied to clipboard
什么是Gitmoji?
Gitmoji是由Adam Bergman开发的Chrome扩展程序,该扩展的主要功能是“Get gitmojis copied to clipboard”。
扩展截图
下载Gitmoji扩展crx文件
下载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" ] } |