Emoji Palette
Easily insert emoji
Emoji Paletteとは何ですか?
Emoji PaletteはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Easily insert emoji」です。
拡張機能のスクリーンショット
Emoji Palette拡張機能のCRXファイルをダウンロード
Emoji Palette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Position the cursor in any text field you'd like to insert an emoji. 2. Select and click the emoji, and it will be inserted. This extension is supported on GitHub, Qiita and Trello. Enjoy emoji! Icon made bySmashicons(https://www.flaticon.com/authors/smashicons) from https://www.flaticon.com/ Open source license emoji-mart-vue-fast https://www.npmjs.com/package/emoji-mart-vue-fast emoji-mart https://github.com/missive/emoji-mart
拡張機能の基本情報
名前 | Emoji Palette |
ID | oocijcnhgpbjeelnoafpcjmjdhogpmid |
公式URL | https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid |
説明 | Easily insert emoji |
ファイルサイズ | 136 KB |
インストール数 | 160 |
現在のバージョン | 1 |
最終更新日 | 2019-11-14 |
公開日 | 2019-11-13 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Palette", "version": "1", "author": "fuubit", "description": "Easily insert emoji", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |