Emoji Palette
Easily insert emoji
Qu'est-ce que Emoji Palette ?
Emoji Palette est une extension Chrome développée par Unknown, et sa fonction principale est "Easily insert emoji".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emoji Palette
Téléchargez les fichiers d'extension Emoji Palette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Emoji Palette |
ID | oocijcnhgpbjeelnoafpcjmjdhogpmid |
URL Officiel | https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid |
Description | Easily insert emoji |
Taille du Fichier | 136 KB |
Nombre d'Installations | 160 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2019-11-14 |
Date de Publication | 2019-11-13 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |