GitHub Emojifier for Twemoji

Converts Emoji on GitHub to Twitter-style Emoji

GitHub Emojifier for Twemojiคืออะไร?

GitHub Emojifier for Twemoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trmcnvn และคุณลักษณะหลักของมันคือ "Converts Emoji on GitHub to Twitter-style Emoji"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Emojifier for Twemoji

ดาวน์โหลดไฟล์ส่วนขยาย GitHub Emojifier for Twemoji ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GitHub Emojifier for Twemoji GitHub Emojifier for Twemoji
ID eebpgkfleghhfjhnfgpmhdcgiclaflgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi
คำอธิบาย Converts Emoji on GitHub to Twitter-style Emoji
ขนาดไฟล์ 16.25 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2017-02-09
วันที่เผยแพร่ 2017-02-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา trmcnvn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/vevix/github-emoji-switcher
URL หน้าช่วยเหลือ https://github.com/vevix/github-emoji-switcher
ภาษาที่รองรับ 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"
    ]
}