Fast Emoji Search

Search fast for the perfect Emoji

Co to jest Fast Emoji Search?

Fast Emoji Search to rozszerzenie Chrome opracowane przez uvautuk97, a jego główną funkcją jest „Search fast for the perfect Emoji”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fast Emoji Search

Pobierz pliki rozszerzeń Fast Emoji Search 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

                        Search for the perfect emoji to copy and paste and message to friends. Over 60,000 available.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fast Emoji Search Fast Emoji Search
ID oemmafcffdejkfjglkgnejemgapbdebj
Oficjalny URL https://chromewebstore.google.com/detail/fast-emoji-search/oemmafcffdejkfjglkgnejemgapbdebj
Opis Search fast for the perfect Emoji
Rozmiar pliku 112 KB
Liczba instalacji 775
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2021-10-05
Data Publikacji 2021-06-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper uvautuk97
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.fastemoji.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Emoji Search",
    "version": "1.1.7",
    "description": "Search fast for the perfect Emoji",
    "author": "Fast Emoji",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Fast Emoji Search",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.fastemoji.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}