Emojis table
Get the right emojis from your browser in any tab!
Wat is Emojis table?
Emojis table is een Chrome-extensie ontwikkeld door Louis Grasset, en de belangrijkste functie is "Get the right emojis from your browser in any tab!".
Extensie Screenshots
Download het CRX-bestand van de extensie Emojis table
Download Emojis table-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Emojis table |
ID | lkpflloaceieinnhchbmfefimjliigcj |
Officiële URL | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
Beschrijving | Get the right emojis from your browser in any tab! |
Bestandsgrootte | 192 KB |
Aantal Installaties | 36 |
Huidige Versie | 3.3.0 |
Laatst Bijgewerkt | 2023-11-08 |
Publicatiedatum | 2019-01-03 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Louis Grasset |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/louisgrasset/emojis-table |
Ondersteunde Talen | 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" ] } |