Emoji Copy Paste

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

Vad är Emoji Copy Paste?

Emoji Copy Paste är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Click on any emoji to Copy it instantly. Now Paste it anywhere.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Emoji Copy Paste-förlängningens CRX-fil

Ladda ner Emoji Copy Paste-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
Officiell webbadress https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
Beskrivning Click on any emoji to Copy it instantly. Now Paste it anywhere.
Filstorlek 32.59 KB
Antal Installationer 12,509
Aktuell Version 0.6
Senast Uppdaterad 2016-12-17
Publiceringsdatum 2016-12-17
Betyg 4.27/5 Totalt 15 Betyg
Utvecklare BrowserNative
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/chrome-emoji/
Hjälpsida URL https://browsernative.com/chrome-emoji/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
        ]
    }
}