Anilist Emoji Extension
This extension adds a emoji select box to anilist text areas
Anilist Emoji Extension là gì?
Anilist Emoji Extension là một tiện ích mở rộng Chrome được phát triển bởi guilhermen2k, và tính năng chính của nó là "This extension adds a emoji select box to anilist text areas".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anilist Emoji Extension
Tải xuống các tệp mở rộng Anilist Emoji Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Anilist Emoji Extension |
ID | jlcoboibplamhedogfhaeklnebbjakhm |
URL Chính Thức | https://chromewebstore.google.com/detail/anilist-emoji-extension/jlcoboibplamhedogfhaeklnebbjakhm |
Mô tả | This extension adds a emoji select box to anilist text areas |
Kích Thước Tệp | 52.17 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-01-29 |
Ngày Phát Hành | 2023-01-23 |
Nhà Phát Triển | guilhermen2k |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |