Gitmoji

Get gitmojis copied to clipboard

What is Gitmoji?

Gitmoji is a Chrome extension developed by Adam Bergman, and its main feature is "Get gitmojis copied to clipboard".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gitmoji Extension CRX File

Download Gitmoji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.”                    

Extension Basic Information

Name Gitmoji Gitmoji
ID jhhfejfgefheljcenfehikpfmmpglhca
Official URL https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca
Description Get gitmojis copied to clipboard
File Size 385 KB
Installation Count 36
Current Version 2.0.0
Last Updated 2018-11-08
Publish Date 2018-11-08
Developer Adam Bergman
Email [email protected]
Payment Type free
Extension Website https://github.com/adambrgmn/gitmoji-chrome
Help Page URL https://github.com/adambrgmn/gitmoji-chrome/issues
Privacy Policy Page URL https://github.com/adambrgmn
Supported Languages 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"
    ]
}