Emojis table
Get the right emojis from your browser in any tab!
Was ist Emojis table?
Emojis table ist eine Chrome-Erweiterung, die von Louis Grasset entwickelt wurde, und ihr Hauptmerkmal ist "Get the right emojis from your browser in any tab!".
Erweiterungsscreenshots
Emojis table-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emojis table-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lkpflloaceieinnhchbmfefimjliigcj |
| Offizielle URL | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
| Beschreibung | Get the right emojis from your browser in any tab! |
| Dateigröße | 192 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 3.3.0 |
| Letztes Update | 2023-11-08 |
| Veröffentlichungsdatum | 2019-01-03 |
| Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
| Entwickler | Louis Grasset |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/louisgrasset/emojis-table |
| Unterstützte Sprachen | 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"
]
} | |