Animoji

Animoji is an extension which provides a popup window with emojis and Tenor GIFs.

Animoji là gì?

Animoji là một tiện ích mở rộng Chrome được phát triển bởi MrChoco, và tính năng chính của nó là "Animoji is an extension which provides a popup window with emojis and Tenor GIFs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Animoji

Tải xuống các tệp mở rộng Animoji 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

                        Extension opens a modal window (you need to pin the extension) with options for emojis, animated, emojis and Tenor GIFs. 
By clicking on emoji or GIF a code for Anilist.co website is copied to the clipboard and can be used in any input type on the Anilist website (status, activity replies, forum messages etc.).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Animoji Animoji
ID haonjoepmlhlnjiimgnbhejhoelohdpm
URL Chính Thức https://chromewebstore.google.com/detail/animoji/haonjoepmlhlnjiimgnbhejhoelohdpm
Mô tả Animoji is an extension which provides a popup window with emojis and Tenor GIFs.
Kích Thước Tệp 70.05 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2022-02-18
Ngày Phát Hành 2021-10-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển MrChoco
Email [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",
    "name": "Animoji",
    "description": "Animoji is an extension which provides a popup window with emojis and Tenor GIFs.",
    "version": "0.5.0",
    "action": {
        "default_icon": {
            "16": "\/images\/animoji_icon_16x16.png",
            "32": "\/images\/animoji_icon_32x32.png",
            "48": "\/images\/animoji_icon_48x48.png",
            "64": "\/images\/animoji_icon_64x64.png",
            "128": "\/images\/animoji_icon_128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/animoji_icon_16x16.png",
        "32": "\/images\/animoji_icon_32x32.png",
        "48": "\/images\/animoji_icon_48x48.png",
        "64": "\/images\/animoji_icon_64x64.png",
        "128": "\/images\/animoji_icon_128x128.png"
    },
    "manifest_version": 3
}