Emoji Copy Paste

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

Wat is Emoji Copy Paste?

Emoji Copy Paste is een Chrome-extensie ontwikkeld door s.colterdevelopment, en de belangrijkste functie is "Easily click on any emoji to immediately copy and paste it somewhere else".

Extensie Screenshots

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

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

Basisinformatie over de Extensie

Naam Emoji Copy Paste Emoji Copy Paste
ID ljhaeonmhemncombbgendlmdmnciaoah
Officiële URL https://chrome.google.com/webstore/detail/emoji-copy-paste/ljhaeonmhemncombbgendlmdmnciaoah
Beschrijving Easily click on any emoji to immediately copy and paste it somewhere else
Bestandsgrootte 32.71 KB
Aantal Installaties 1,547
Huidige Versie 1.1
Laatst Bijgewerkt 2022-10-08
Publicatiedatum 2022-10-08
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar s.colterdevelopment
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://thecopyemoji.com
Help Pagina-URL https://thecopyemoji.com
URL van de Privacybeleid Pagina https://thecopyemoji.com?a=privacy
Ondersteunde Talen 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"
}