Emoji Selector

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

Vad är Emoji Selector?

Emoji Selector är en Chrome-tillägg utvecklad av Faycal Bessayah, och dess huvudfunktion är "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Emoji Selector-förlängningens CRX-fil

Ladda ner Emoji Selector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
Officiell webbadress https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
Beskrivning Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
Filstorlek 272 KB
Antal Installationer 24
Aktuell Version 1.0
Senast Uppdaterad 2021-03-14
Publiceringsdatum 2021-02-01
Utvecklare Faycal Bessayah
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}