Github Custom Emoji Addiction

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

Github Custom Emoji Addictionคืออะไร?

Github Custom Emoji Addiction เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roush.kyle และคุณลักษณะหลักของมันคือ "When you need to have more then the normal emojis in your life."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Custom Emoji Addiction

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

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

                        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.                    

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

ชื่อ Github Custom Emoji Addiction Github Custom Emoji Addiction
ID ldgifpnadmnmiibmmkmhdidfpljlmjmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk
คำอธิบาย When you need to have more then the normal emojis in your life.
ขนาดไฟล์ 83.48 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2020-01-09
วันที่เผยแพร่ 2020-01-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา roush.kyle
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}