Emoti

Emoti creates an easy-to-use dropdown menu for inserting emoticons.

Cos'è Emoti?

Emoti è un'estensione di Chrome sviluppata da Andrew Pitts, e la sua funzione principale è "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Emoti

Scarica i file di estensione Emoti 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

                        Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.                    

Informazioni di Base sull'Estensione

Nome Emoti Emoti
ID jhendcajfhhpnombbfdanbdkhifbaeee
URL Ufficiale https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee
Descrizione Emoti creates an easy-to-use dropdown menu for inserting emoticons.
Dimensione del File 25.31 KB
Conteggio Installazioni 229
Versione Corrente 1.0.6
Ultimo Aggiornamento 2017-06-17
Data di Pubblicazione 2017-06-17
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Andrew Pitts
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://apitts.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoti",
    "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Emoti"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "clipboardRead"
    ]
}