Emojityper

The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍

Cos'è Emojityper?

Emojityper è un'estensione di Chrome sviluppata da https://emojityper.com, e la sua funzione principale è "The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Emojityper

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

                        Emoji ready to copy and paste! No permissions required, just lives as an icon next to your URL bar. Works offline even without internet 📴

Open with ⌘/Ctrl-Shift-E (or click the icon). Type words to get emoji, hit enter to copy.
(If ⌘/Ctrl-Shift-E doesn't work, try opening chrome://extensions/shortcuts and ensuring the shortcut is enabled).

List of all emoji, just type some words to get emoji. Laughing crying emoji! Emojis! Smiley faces! Keyword stuffing!
😂⌨                    

Informazioni di Base sull'Estensione

Nome Emojityper Emojityper
ID cbkooiohnnlhpelnllknmenlhiglnkap
URL Ufficiale https://chromewebstore.google.com/detail/emojityper/cbkooiohnnlhpelnllknmenlhiglnkap
Descrizione The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍
Dimensione del File 21.49 KB
Conteggio Installazioni 2,191
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2019-07-06
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore https://emojityper.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://whistlr.info
URL della Pagina di Aiuto https://twitter.com/samthor
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emojityper",
    "version": "1.0",
    "description": "The easiest way to type emoji on your keyboard, just type and press enter to copy \ud83d\ude02\u2328\ufe0f\ud83d\udcaf\ud83d\udc4d",
    "action": {
        "default_popup": "embedder.html",
        "default_title": "Emojityper",
        "default_icon": {
            "128": "res\/icon-128.png",
            "64": "res\/icon-64.png"
        }
    },
    "icons": {
        "512": "res\/icon-512.png",
        "256": "res\/icon-256.png",
        "128": "res\/icon-128.png",
        "64": "res\/icon-64.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "manifest_version": 3
}