:emoji:

the emoji autocomplete anywhere on the internet

Qu'est-ce que :emoji: ?

:emoji: est une extension Chrome développée par https://emojidots.xyz, et sa fonction principale est "the emoji autocomplete anywhere on the internet".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension :emoji:

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

                        The emoji autocomplete anywhere on the internet.
Just type :smile: or :shrug: and the text will magically convert into an emoji or take advantage of the suggestions box.                    

Informations de Base sur l'Extension

Nom :emoji: :emoji:
ID glilodakjkecbpccacpcmienbpeebpfa
URL Officiel https://chromewebstore.google.com/detail/emoji/glilodakjkecbpccacpcmienbpeebpfa
Description the emoji autocomplete anywhere on the internet
Taille du Fichier 157 KB
Nombre d'Installations 74
Version Actuelle 0.1.4
Dernière Mise à Jour 2019-07-27
Date de Publication 2019-07-26
Évaluation 2.00/5 Total 5 Évaluations
Développeur https://emojidots.xyz
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ":emoji:",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "the emoji autocomplete anywhere on the internet",
    "homepage_url": "http:\/\/emojidots.xyz",
    "background": {
        "scripts": [
            "main\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "libs\/jquery.min.js",
                "libs\/jsel.js",
                "libs\/bililiteRange.js",
                "libs\/jquery.sendkeys.js",
                "main\/emoji.js",
                "main\/pageCom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48px.png",
        "default_title": ":emoji:",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "permissions": [
        "https:\/\/gist.githubusercontent.com\/gonelf\/d8ae3ccb7902b501c4a5dd625d4089da\/raw\/5eeda197ba92f8c8139e846a1225d5640077e06f\/emoji_pretty.json",
        "tabs",
        "storage"
    ]
}