Animoji

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

Animoji란 무엇입니까?

Animoji은(는) MrChoco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Animoji is an extension which provides a popup window with emojis and Tenor GIFs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Animoji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.).                    

확장 프로그램 기본 정보

이름 Animoji Animoji
ID haonjoepmlhlnjiimgnbhejhoelohdpm
공식 URL https://chromewebstore.google.com/detail/animoji/haonjoepmlhlnjiimgnbhejhoelohdpm
설명 Animoji is an extension which provides a popup window with emojis and Tenor GIFs.
파일 크기 70.05 KB
설치 횟수 310
현재 버전 0.5.0
최근 업데이트 2022-02-18
출시 날짜 2021-10-22
평점 5.00/5 총 2 개의 평점
개발자 MrChoco
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}