EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
Co to jest EmojiDisplay?
EmojiDisplay to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension replaces emoticon text with the Apple Emojis.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EmojiDisplay
Pobierz pliki rozszerzeń EmojiDisplay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | EmojiDisplay |
ID | gichgflklefnkeffjbefmcagecfndbjl |
Oficjalny URL | https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl |
Opis | This extension replaces emoticon text with the Apple Emojis. |
Rozmiar pliku | 18.6 MB |
Liczba instalacji | 332 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2018-11-19 |
Data Publikacji | 2018-11-14 |
Ocena | 2.00/5 Łącznie 6 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | http://www.ranjotsingh.com |
Obsługiwane Języki | 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" } ] } |