EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
Cos'è EmojiDisplay?
EmojiDisplay è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension replaces emoticon text with the Apple Emojis.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EmojiDisplay
Scarica i file di estensione EmojiDisplay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | EmojiDisplay |
ID | gichgflklefnkeffjbefmcagecfndbjl |
URL Ufficiale | https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl |
Descrizione | This extension replaces emoticon text with the Apple Emojis. |
Dimensione del File | 18.6 MB |
Conteggio Installazioni | 332 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-11-19 |
Data di Pubblicazione | 2018-11-14 |
Valutazione | 2.00/5 Totale 6 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.ranjotsingh.com |
Lingue Supportate | 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" } ] } |