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.”。
扩展截图
下载Animoji扩展crx文件
下载Animoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.). 扩展基本信息
| 名称 | |
| 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
} | |