EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
What is EmojiDisplay?
EmojiDisplay is a Chrome extension developed by Unknown, and its main feature is "This extension replaces emoticon text with the Apple Emojis.".
Extension Screenshots
Download EmojiDisplay Extension CRX File
Download EmojiDisplay 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
EmojiDisplay is a Chrome extension, which replaces text versions of the emojis into images (for operating systems that do not automatically support this feature). e.g. Special characters 😀, 😁, 😂, 😃, etc. are replaced with graphics of Apple Emojis.
Extension Basic Information
Name | EmojiDisplay |
ID | gichgflklefnkeffjbefmcagecfndbjl |
Official URL | https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl |
Description | This extension replaces emoticon text with the Apple Emojis. |
File Size | 18.6 MB |
Installation Count | 332 |
Current Version | 0.1 |
Last Updated | 2018-11-19 |
Publish Date | 2018-11-14 |
Rating | 2.00/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://www.ranjotsingh.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EmojiDisplay", "description": "This extension replaces emoticon text with the Apple Emojis.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "pics\/*.png", "res.json" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |