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 |
| Eメール | [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
} | |