Emojis table
Get the right emojis from your browser in any tab!
Cos'è Emojis table?
Emojis table è un'estensione di Chrome sviluppata da Louis Grasset, e la sua funzione principale è "Get the right emojis from your browser in any tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Emojis table
Scarica i file di estensione Emojis table 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
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!
Informazioni di Base sull'Estensione
Nome | Emojis table |
ID | lkpflloaceieinnhchbmfefimjliigcj |
URL Ufficiale | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
Descrizione | Get the right emojis from your browser in any tab! |
Dimensione del File | 192 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 3.3.0 |
Ultimo Aggiornamento | 2023-11-08 |
Data di Pubblicazione | 2019-01-03 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | Louis Grasset |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/louisgrasset/emojis-table |
Lingue Supportate | 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" ] } |