MG Text Emojis

Copy paste emojis as unicode symbols fuss-free for PC.

Qu'est-ce que MG Text Emojis ?

MG Text Emojis est une extension Chrome développée par Max Grass, et sa fonction principale est "Copy paste emojis as unicode symbols fuss-free for PC.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MG Text Emojis

Téléchargez les fichiers d'extension MG Text Emojis 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

                        SELECT AND PASTE. Easy as that.

Emoji(s) is copied into the clipboard when you select one!


One Emoji at a time, for now.

NEW! new Emojis (Unicode 9) added. ENJOY!

This was tested under Windows 10.

IMPORTANT (old chrome versions):
1. COLORED EMOJI supported from version 53!
2. Skin-Colored Emojis consist of TWO Symbols (the second is a rectangle), just copy BOTH and paste where needed. Read the titles of sections for actual color.
3. For "extra" unicode7 emojis install a font if you see rectangles:
http://users.teilar.gr/~g1951d/Symbola.zip

Support [email protected]

Have fun 👊                    

Informations de Base sur l'Extension

Nom MG Text Emojis MG Text Emojis
ID ekhkiabhnencdhkccablmhknpikgceoe
URL Officiel https://chrome.google.com/webstore/detail/mg-text-emojis/ekhkiabhnencdhkccablmhknpikgceoe
Description Copy paste emojis as unicode symbols fuss-free for PC.
Taille du Fichier 136 KB
Nombre d'Installations 543
Version Actuelle 2.0.0
Dernière Mise à Jour 2017-03-10
Date de Publication 2017-03-10
Évaluation 4.25/5 Total 12 Évaluations
Développeur Max Grass
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MG Text Emojis",
    "short_name": "MGEmojis",
    "version": "2.0.0",
    "author": "Max Grass (http:\/\/maxgrass.eu)",
    "description": "Copy paste emojis as unicode symbols fuss-free for PC.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}