Emoji Copy Paste

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

What is Emoji Copy Paste?

Emoji Copy Paste is a Chrome extension developed by BrowserNative, and its main feature is "Click on any emoji to Copy it instantly. Now Paste it anywhere.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Emoji Copy Paste Extension CRX File

Download Emoji Copy Paste extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
Official URL https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
Description Click on any emoji to Copy it instantly. Now Paste it anywhere.
File Size 32.59 KB
Installation Count 12,509
Current Version 0.6
Last Updated 2016-12-17
Publish Date 2016-12-17
Rating 4.27/5 Total 15 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/chrome-emoji/
Help Page URL https://browsernative.com/chrome-emoji/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages 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"
        ]
    }
}