Anilist Emoji Extension

This extension adds a emoji select box to anilist text areas

什麼是Anilist Emoji Extension?

Anilist Emoji Extension是由guilhermen2k開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a emoji select box to anilist text areas”。

擴展截圖

screenshot

下載Anilist Emoji Extension擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}