Emoji Copy Paste

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

Co to jest Emoji Copy Paste?

Emoji Copy Paste to rozszerzenie Chrome opracowane przez BrowserNative, a jego główną funkcją jest „Click on any emoji to Copy it instantly. Now Paste it anywhere.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Emoji Copy Paste

Pobierz pliki rozszerzeń Emoji Copy Paste w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
Oficjalny URL https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
Opis Click on any emoji to Copy it instantly. Now Paste it anywhere.
Rozmiar pliku 32.59 KB
Liczba instalacji 12,509
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2016-12-17
Data Publikacji 2016-12-17
Ocena 4.27/5 Łącznie 15 Oceny
Deweloper BrowserNative
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsernative.com/chrome-emoji/
Adres URL Strony Pomocy https://browsernative.com/chrome-emoji/
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki 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"
        ]
    }
}