Emoji

Insert emojis using a web browser, and customise the experience and the add-on in Settings.

Qu'est-ce que Emoji ?

Emoji est une extension Chrome développée par https://saveriomorelli.com, et sa fonction principale est "Insert emojis using a web browser, and customise the experience and the add-on in Settings.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

                        Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).                    

Informations de Base sur l'Extension

Nom Emoji Emoji
ID kjepehkgbooeigeflhiogplnckadlife
URL Officiel https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife
Description Insert emojis using a web browser, and customise the experience and the add-on in Settings.
Taille du Fichier 38.07 MB
Nombre d'Installations 655
Version Actuelle 3.21
Dernière Mise à Jour 2024-01-25
Date de Publication 2020-06-28
Évaluation 4.73/5 Total 11 Évaluations
Développeur https://saveriomorelli.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Sav22999/emoji
URL de la Page d'Aide https://github.com/Sav22999/emoji
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emoji",
    "version": "3.21",
    "author": "Saverio Morelli (Sav22999)",
    "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.",
    "icons": {
        "16": ".\/img\/icon-dark-16.png",
        "24": ".\/img\/icon-dark-24.png",
        "48": ".\/img\/icon-dark-48.png",
        "96": ".\/img\/icon-dark-96.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/img\/icon-light-16.png",
            "24": ".\/img\/icon-light-24.png",
            "48": ".\/img\/icon-light-48.png",
            "96": ".\/img\/icon-light-96.png"
        },
        "theme_icons": [
            {
                "dark": ".\/img\/icon-dark-16.png",
                "light": ".\/img\/icon-light-16.png",
                "size": 16
            },
            {
                "dark": ".\/img\/icon-dark-24.png",
                "light": ".\/img\/icon-light-24.png",
                "size": 24
            },
            {
                "dark": ".\/img\/icon-dark-48.png",
                "light": ".\/img\/icon-light-48.png",
                "size": 48
            },
            {
                "dark": ".\/img\/icon-dark-96.png",
                "light": ".\/img\/icon-light-96.png",
                "size": 96
            }
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}