Github Custom Emoji Addiction

When you need to have more then the normal emojis in your life.

Github Custom Emoji Addiction là gì?

Github Custom Emoji Addiction là một tiện ích mở rộng Chrome được phát triển bởi roush.kyle, và tính năng chính của nó là "When you need to have more then the normal emojis in your life.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Github Custom Emoji Addiction 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

                        When you want to have more emojis in your life but Github only supports the standard ones. Now you can define your own emojis and you can use the Github emoji syntax and it will auto fill in the emoji with image you have defined.                    

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

Tên Github Custom Emoji Addiction Github Custom Emoji Addiction
ID ldgifpnadmnmiibmmkmhdidfpljlmjmk
URL Chính Thức https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk
Mô tả When you need to have more then the normal emojis in your life.
Kích Thước Tệp 83.48 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2020-01-09
Ngày Phát Hành 2020-01-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển roush.kyle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When you need to have more then the normal emojis in your life.",
    "manifest_version": 2,
    "name": "Github Custom Emoji Addiction",
    "version": "1.5.4",
    "homepage_url": "https:\/\/github.com\/kyleroush\/Custom-Emoji-addiction",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Github Custom Emoji Addiction Settings",
        "default_popup": "popup\/Settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dependencies\/jquery.js",
                "dependencies\/caret.js",
                "dependencies\/atwho.js",
                "script.js",
                "emojis.js"
            ],
            "css": [
                "dependencies\/atwho.css",
                "githubEmojiSuggestorStyle.css"
            ]
        }
    ]
}