Emoji Insert
Insert text Emoji's with the right-click context menu
Emoji Insertとは何ですか?
Emoji InsertはzXxQuaDxXzによって開発されたChromeの拡張機能で、その主な機能は「Insert text Emoji's with the right-click context menu」です。
拡張機能のスクリーンショット
Emoji Insert拡張機能のCRXファイルをダウンロード
Emoji Insert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided.
Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe
Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me
Update 1.4:
--> Consolidated Menu 拡張機能の基本情報
| 名前 | |
| ID | fnacehmbogancnfjgmdmeicophoekfma |
| 公式URL | https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma |
| 説明 | Insert text Emoji's with the right-click context menu |
| ファイルサイズ | 26.78 KB |
| インストール数 | 212 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2018-11-27 |
| 公開日 | 2018-11-27 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | zXxQuaDxXz |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Emoji Insert",
"description": "Insert text Emoji's with the right-click context menu",
"version": "1.4",
"permissions": [
"contextMenus",
"tabs",
"activeTab"
],
"background": {
"scripts": [
"EmojiContextMenu.js"
]
},
"manifest_version": 2,
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png"
}
} | |