Emoji Copy Paste

Click on any emoji to Copy it instantly. Now Paste it anywhere.

Qu'est-ce que Emoji Copy Paste ?

Emoji Copy Paste est une extension Chrome développée par BrowserNative, et sa fonction principale est "Click on any emoji to Copy it instantly. Now Paste it anywhere.".

Captures d'Écran de l'Extension

screenshot
screenshot
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

                        Click on any emoji - and it would be copied to your clipboard automatically. You can now paste it anywhere using the usual keyboard command CTRL + V, or the "Paste" option present in the context menu (right click menu).

Some emojis mayn't be supported on your device or platform. The exact appearance of emojis would depend upon operating system, Chrome version and the websites where you use them. 

Extension by BrowserNative.                    

Informations de Base sur l'Extension

Nom Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
URL Officiel https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
Description Click on any emoji to Copy it instantly. Now Paste it anywhere.
Taille du Fichier 32.59 KB
Nombre d'Installations 12,509
Version Actuelle 0.6
Dernière Mise à Jour 2016-12-17
Date de Publication 2016-12-17
Évaluation 4.27/5 Total 15 Évaluations
Développeur BrowserNative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsernative.com/chrome-emoji/
URL de la Page d'Aide https://browsernative.com/chrome-emoji/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Copy Paste",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Click on any emoji to Copy it instantly. Now Paste it anywhere.",
    "icons": {
        "128": "static\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Emoji",
        "default_popup": "main.html"
    },
    "homepage_url": "https:\/\/browsernative.com\/chrome-emoji\/",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}