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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |