Emojis table
Get the right emojis from your browser in any tab!
Vad är Emojis table?
Emojis table är en Chrome-tillägg utvecklad av Louis Grasset, och dess huvudfunktion är "Get the right emojis from your browser in any tab!".
Tilläggsskärmbilder
Ladda ner Emojis table-förlängningens CRX-fil
Ladda ner Emojis table-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | lkpflloaceieinnhchbmfefimjliigcj |
| Officiell webbadress | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
| Beskrivning | Get the right emojis from your browser in any tab! |
| Filstorlek | 192 KB |
| Antal Installationer | 36 |
| Aktuell Version | 3.3.0 |
| Senast Uppdaterad | 2023-11-08 |
| Publiceringsdatum | 2019-01-03 |
| Betyg | 4.60/5 Totalt 10 Betyg |
| Utvecklare | Louis Grasset |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/louisgrasset/emojis-table |
| Stödda Språk | 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"
]
} | |