Fast Emoji Search

Search fast for the perfect Emoji

Cos'è Fast Emoji Search?

Fast Emoji Search è un'estensione di Chrome sviluppata da uvautuk97, e la sua funzione principale è "Search fast for the perfect Emoji".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast Emoji Search

Scarica i file di estensione Fast Emoji Search 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

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

Informazioni di Base sull'Estensione

Nome Fast Emoji Search Fast Emoji Search
ID oemmafcffdejkfjglkgnejemgapbdebj
URL Ufficiale https://chromewebstore.google.com/detail/fast-emoji-search/oemmafcffdejkfjglkgnejemgapbdebj
Descrizione Search fast for the perfect Emoji
Dimensione del File 112 KB
Conteggio Installazioni 775
Versione Corrente 1.1.7
Ultimo Aggiornamento 2021-10-05
Data di Pubblicazione 2021-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore uvautuk97
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.fastemoji.com
Lingue Supportate 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
    }
}