Emojis table

Get the right emojis from your browser in any tab!

Co to jest Emojis table?

Emojis table to rozszerzenie Chrome opracowane przez Louis Grasset, a jego główną funkcją jest „Get the right emojis from your browser in any tab!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Emojis table

Pobierz pliki rozszerzeń Emojis table 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

                        Tired of looking for emojis on your computer ? Simply search for its name or a related keyword in this extension. You’ll be able to copy it with a single click!                    

Podstawowe informacje o rozszerzeniu

Nazwa Emojis table Emojis table
ID lkpflloaceieinnhchbmfefimjliigcj
Oficjalny URL https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj
Opis Get the right emojis from your browser in any tab!
Rozmiar pliku 192 KB
Liczba instalacji 36
Aktualna Wersja 3.3.0
Ostatnia Aktualizacja 2023-11-08
Data Publikacji 2019-01-03
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper Louis Grasset
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/louisgrasset/emojis-table
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.3.0",
    "name": "Emojis table",
    "description": "Get the right emojis from your browser in any tab!",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "permissions": [
        "storage"
    ]
}