EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
Qu'est-ce que EmojiDisplay ?
EmojiDisplay est une extension Chrome développée par Unknown, et sa fonction principale est "This extension replaces emoticon text with the Apple Emojis.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EmojiDisplay
Téléchargez les fichiers d'extension EmojiDisplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | EmojiDisplay |
ID | gichgflklefnkeffjbefmcagecfndbjl |
URL Officiel | https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl |
Description | This extension replaces emoticon text with the Apple Emojis. |
Taille du Fichier | 18.6 MB |
Nombre d'Installations | 332 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2018-11-19 |
Date de Publication | 2018-11-14 |
Évaluation | 2.00/5 Total 6 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | http://www.ranjotsingh.com |
Langues Prises en Charge | 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" } ] } |