Emoji Selector

Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…

Qu'est-ce que Emoji Selector ?

Emoji Selector est une extension Chrome développée par Faycal Bessayah, et sa fonction principale est "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Emoji Selector

Téléchargez les fichiers d'extension Emoji Selector 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

                        Love emojis?
This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to emoticon-websites to search, copy and paste emojis to your message.
The extension is very simple to use. Click on the extension button or use the shortcut command  ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc.

* You need to refresh opened pages after installation.                    

Informations de Base sur l'Extension

Nom Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
URL Officiel https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
Description Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
Taille du Fichier 272 KB
Nombre d'Installations 24
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-14
Date de Publication 2021-02-01
Développeur Faycal Bessayah
Email [email protected]
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 Selector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "browser_action": {
        "default_icon": "emoji.png",
        "default_popup": "index.html",
        "default_title": "Emoji Selector"
    }
}