Gitmoji

Get gitmojis copied to clipboard

Gitmoji là gì?

Gitmoji là một tiện ích mở rộng Chrome được phát triển bởi Adam Bergman, và tính năng chính của nó là "Get gitmojis copied to clipboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gitmoji

Tải xuống các tệp mở rộng Gitmoji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gitmoji Gitmoji
ID jhhfejfgefheljcenfehikpfmmpglhca
URL Chính Thức https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca
Mô tả Get gitmojis copied to clipboard
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2018-11-08
Ngày Phát Hành 2018-11-08
Nhà Phát Triển Adam Bergman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/adambrgmn/gitmoji-chrome
URL Trang Trợ Giúp https://github.com/adambrgmn/gitmoji-chrome/issues
URL Trang Chính Sách Bảo Mật https://github.com/adambrgmn
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}