Emojis table
Get the right emojis from your browser in any tab!
What is Emojis table?
Emojis table is a Chrome extension developed by Louis Grasset, and its main feature is "Get the right emojis from your browser in any tab!".
Extension Screenshots
Download Emojis table Extension CRX File
Download Emojis table extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Emojis table |
ID | lkpflloaceieinnhchbmfefimjliigcj |
Official URL | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
Description | Get the right emojis from your browser in any tab! |
File Size | 192 KB |
Installation Count | 36 |
Current Version | 3.3.0 |
Last Updated | 2023-11-08 |
Publish Date | 2019-01-03 |
Rating | 4.60/5 Total 10 Ratings |
Developer | Louis Grasset |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/louisgrasset/emojis-table |
Supported Languages | 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" ] } |