Emoji Copy Paste

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

Wat is Emoji Copy Paste?

Emoji Copy Paste is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Click on any emoji to Copy it instantly. Now Paste it anywhere.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Emoji Copy Paste

Download Emoji Copy Paste-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
Officiële URL https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
Beschrijving Click on any emoji to Copy it instantly. Now Paste it anywhere.
Bestandsgrootte 32.59 KB
Aantal Installaties 12,509
Huidige Versie 0.6
Laatst Bijgewerkt 2016-12-17
Publicatiedatum 2016-12-17
Beoordeling 4.27/5 Totaal 15 Beoordelingen
Ontwikkelaar BrowserNative
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/chrome-emoji/
Help Pagina-URL https://browsernative.com/chrome-emoji/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
        ]
    }
}