Emoji Selector

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

Cos'è Emoji Selector?

Emoji Selector è un'estensione di Chrome sviluppata da Faycal Bessayah, e la sua funzione principale è "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Emoji Selector

Scarica i file di estensione Emoji Selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
URL Ufficiale https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
Descrizione Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
Dimensione del File 272 KB
Conteggio Installazioni 24
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-14
Data di Pubblicazione 2021-02-01
Sviluppatore Faycal Bessayah
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}