Emoji Selector

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

Co to jest Emoji Selector?

Emoji Selector to rozszerzenie Chrome opracowane przez Faycal Bessayah, a jego główną funkcją jest „Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Emoji Selector

Pobierz pliki rozszerzeń Emoji Selector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
Oficjalny URL https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
Opis Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
Rozmiar pliku 272 KB
Liczba instalacji 24
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-03-14
Data Publikacji 2021-02-01
Deweloper Faycal Bessayah
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}