Emoji Selector
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…
What is Emoji Selector?
Emoji Selector is a Chrome extension developed by Faycal Bessayah, and its main feature is "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…".
Extension Screenshots
Download Emoji Selector Extension CRX File
Download Emoji Selector 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
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to emoticon-websites to search, copy and paste emojis to your message. The extension is very simple to use. Click on the extension button or use the shortcut command ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc. * You need to refresh opened pages after installation.
Extension Basic Information
Name | Emoji Selector |
ID | cmhipmaommgbjboekcbbilbflfekdlgi |
Official URL | https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi |
Description | Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to… |
File Size | 272 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2021-03-14 |
Publish Date | 2021-02-01 |
Developer | Faycal Bessayah |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Selector", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "Command+E", "chromeos": "Ctrl+E", "linux": "Ctrl+E" } } }, "browser_action": { "default_icon": "emoji.png", "default_popup": "index.html", "default_title": "Emoji Selector" } } |