Emoji Palette

Easily insert emoji

Wat is Emoji Palette?

Emoji Palette is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Easily insert emoji".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Emoji Palette

Download Emoji Palette-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Emoji Palette Emoji Palette
ID oocijcnhgpbjeelnoafpcjmjdhogpmid
Officiële URL https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid
Beschrijving Easily insert emoji
Bestandsgrootte 136 KB
Aantal Installaties 160
Huidige Versie 1
Laatst Bijgewerkt 2019-11-14
Publicatiedatum 2019-11-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}