EmojiMagic!
Replace text with emojis!
Qu'est-ce que EmojiMagic! ?
EmojiMagic! est une extension Chrome développée par Yoonicode, et sa fonction principale est "Replace text with emojis!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EmojiMagic!
Téléchargez les fichiers d'extension EmojiMagic! 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
EmojiMagic! When you press the EmojiMagic button, the extension searches for keywords in your page. It then replaces those keywords with the corresponding emoji. Have fun! You can undo the EmojiMagic by simply reloading the page. ************************************** *Versions and release notes: * ************************************** 1.0.4; Removed the temporary fix that was added in the last version. 1.0.3: Added more emoji+word combinations. Added whole section of "nature" and whole section of "people and faces". 1.0.2: Changed replacement code so now i doesn't put the whole page html in lowercase. This should fix many, if not all, of the bugs with this extension. 1.0.1: Added more emoji-keyword combos. I am working on making this not break any pages. 1.0: Added the extension! I will add more keywords/emojis later.
Informations de Base sur l'Extension
Nom | EmojiMagic! |
ID | inlopoikkacnkhmgoheelehlhplknbpl |
URL Officiel | https://chromewebstore.google.com/detail/emojimagic/inlopoikkacnkhmgoheelehlhplknbpl |
Description | Replace text with emojis! |
Taille du Fichier | 6.26 MB |
Nombre d'Installations | 83 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2016-05-16 |
Date de Publication | 2016-05-16 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Yoonicode |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EmojiMagic!", "description": "Replace text with emojis!", "version": "1.0.4", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_title": "EmojiMagic!", "default_icon": "img\/thumb.png" }, "manifest_version": 2 } |