EmojiMagic!
Replace text with emojis!
Was ist EmojiMagic!?
EmojiMagic! ist eine Chrome-Erweiterung, die von Yoonicode entwickelt wurde, und ihr Hauptmerkmal ist "Replace text with emojis!".
Erweiterungsscreenshots
EmojiMagic!-Erweiterungs-CRX-Datei herunterladen
Laden Sie EmojiMagic!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | EmojiMagic! |
ID | inlopoikkacnkhmgoheelehlhplknbpl |
Offizielle URL | https://chromewebstore.google.com/detail/emojimagic/inlopoikkacnkhmgoheelehlhplknbpl |
Beschreibung | Replace text with emojis! |
Dateigröße | 6.26 MB |
Installationsanzahl | 83 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2016-05-16 |
Veröffentlichungsdatum | 2016-05-16 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Yoonicode |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |