Anilist Emoji Extension

This extension adds a emoji select box to anilist text areas

Anilist Emoji Extensionคืออะไร?

Anilist Emoji Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guilhermen2k และคุณลักษณะหลักของมันคือ "This extension adds a emoji select box to anilist text areas"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anilist Emoji Extension

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

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

                        Anillist.co does not support unicode emojis by default, this extension adds an emoji select box to each anilist text areas of every page. Instead of inserting the unicode it adds the parsed html code that anilist undestands                    

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

ชื่อ Anilist Emoji Extension Anilist Emoji Extension
ID jlcoboibplamhedogfhaeklnebbjakhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anilist-emoji-extension/jlcoboibplamhedogfhaeklnebbjakhm
คำอธิบาย This extension adds a emoji select box to anilist text areas
ขนาดไฟล์ 52.17 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-01-29
วันที่เผยแพร่ 2023-01-23
ผู้พัฒนา guilhermen2k
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anilist Emoji Extension",
    "description": "This extension adds a emoji select box to anilist text areas",
    "version": "1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/index.js"
            ],
            "css": [
                "src\/index.css"
            ],
            "matches": [
                "https:\/\/anilist.co\/*"
            ]
        }
    ]
}