Emoji Copy Paste

Easily click on any emoji to immediately copy and paste it somewhere else

Qu'est-ce que Emoji Copy Paste ?

Emoji Copy Paste est une extension Chrome développée par s.colterdevelopment, et sa fonction principale est "Easily click on any emoji to immediately copy and paste it somewhere else".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emoji Copy Paste

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

                        Quick and easy Emoji tool to help you find new Emoji's and quickly and easily access emoji's on desktop and laptops.                    

Informations de Base sur l'Extension

Nom Emoji Copy Paste Emoji Copy Paste
ID ljhaeonmhemncombbgendlmdmnciaoah
URL Officiel https://chrome.google.com/webstore/detail/emoji-copy-paste/ljhaeonmhemncombbgendlmdmnciaoah
Description Easily click on any emoji to immediately copy and paste it somewhere else
Taille du Fichier 32.71 KB
Nombre d'Installations 1,547
Version Actuelle 1.1
Dernière Mise à Jour 2022-10-08
Date de Publication 2022-10-08
Évaluation 2.00/5 Total 2 Évaluations
Développeur s.colterdevelopment
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thecopyemoji.com
URL de la Page d'Aide https://thecopyemoji.com
URL de la Page de Politique de Confidentialité https://thecopyemoji.com?a=privacy
Langues Prises en Charge en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_popup": "main.html",
        "default_title": "COPY Emoji"
    },
    "description": "Easily click on any emoji to immediately copy and paste it somewhere else",
    "homepage_url": "https:\/\/thecopyemoji.com\/",
    "icons": {
        "128": "static\/128.png"
    },
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "name": "Emoji Copy Paste",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}