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.” 擴展基本資訊
| 名稱 | |
| ID | jhhfejfgefheljcenfehikpfmmpglhca |
| 官方網址 | 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"
]
} | |