GitHub Emojifier for Twemoji

Converts Emoji on GitHub to Twitter-style Emoji

GitHub Emojifier for Twemoji là gì?

GitHub Emojifier for Twemoji là một tiện ích mở rộng Chrome được phát triển bởi trmcnvn, và tính năng chính của nó là "Converts Emoji on GitHub to Twitter-style Emoji".

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

screenshot

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

Tải xuống các tệp mở rộng GitHub Emojifier for Twemoji 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

                        This switches GitHub's Apple-style emoji over to the Twitter-style emoji!                    

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

Tên GitHub Emojifier for Twemoji GitHub Emojifier for Twemoji
ID eebpgkfleghhfjhnfgpmhdcgiclaflgi
URL Chính Thức https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi
Mô tả Converts Emoji on GitHub to Twitter-style Emoji
Kích Thước Tệp 16.25 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2017-02-09
Ngày Phát Hành 2017-02-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển trmcnvn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vevix/github-emoji-switcher
URL Trang Trợ Giúp https://github.com/vevix/github-emoji-switcher
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Emojifier for Twemoji",
    "version": "0.2.5",
    "description": "Converts Emoji on GitHub to Twitter-style Emoji",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "http:\/\/*.github.com\/*",
        "https:\/\/*.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/main.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/content.min.js"
    ]
}