EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
Co je EmojiDisplay?
EmojiDisplay je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension replaces emoticon text with the Apple Emojis.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření EmojiDisplay
Stáhněte si soubory rozšíření EmojiDisplay ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | EmojiDisplay |
ID | gichgflklefnkeffjbefmcagecfndbjl |
Oficiální URL | https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl |
Popis | This extension replaces emoticon text with the Apple Emojis. |
Velikost souboru | 18.6 MB |
Počet instalací | 332 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2018-11-19 |
Datum Vydání | 2018-11-14 |
Hodnocení | 2.00/5 Celkem 6 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | http://www.ranjotsingh.com |
Podporované Jazyky | 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" } ] } |