Easy Emoji

Easy to find the emoji you want to copy just with a keyword.

Qu'est-ce que Easy Emoji ?

Easy Emoji est une extension Chrome développée par tzengshinfu, et sa fonction principale est "Easy to find the emoji you want to copy just with a keyword.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Emoji

Téléchargez les fichiers d'extension Easy Emoji 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

                        Using emoji is more easily!

[Easy Emoji] is able to help you to find emoji and copy it.


v1.1.0 Release Notes:
-Click emoji to copy it to clipboard.

v1.2.0 Release Notes:
-Add emoji window draggable function.
-Add search text clear button.

v1.3.0 Release Notes:
-Update to Emoji v5.0.

v1.3.1 Bug Fixes:
-Fix the [create emojiTable error] bug.                    

Informations de Base sur l'Extension

Nom Easy Emoji Easy Emoji
ID olffnpidkbbgglajgmbjjllkbnmkehkc
URL Officiel https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc
Description Easy to find the emoji you want to copy just with a keyword.
Taille du Fichier 42.02 KB
Nombre d'Installations 445
Version Actuelle 1.3.1
Dernière Mise à Jour 2017-04-12
Date de Publication 2017-04-12
Évaluation 1.00/5 Total 2 Évaluations
Développeur tzengshinfu
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.1",
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "close.png",
        "clear.png"
    ]
}