Emoticon input everywhere

Allow input emoticon in everywhere

Co to jest Emoticon input everywhere?

Emoticon input everywhere to rozszerzenie Chrome opracowane przez Robin Huy, a jego główną funkcją jest „Allow input emoticon in everywhere”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Emoticon input everywhere

Pobierz pliki rozszerzeń Emoticon input everywhere 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

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

Podstawowe informacje o rozszerzeniu

Nazwa Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Oficjalny URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Opis Allow input emoticon in everywhere
Rozmiar pliku 11.64 KB
Liczba instalacji 135
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-03-21
Data Publikacji 2017-03-21
Ocena 4.73/5 Łącznie 15 Oceny
Deweloper Robin Huy
Typ Płatności free
Strona Rozszerzenia https://github.com/robinhuy/emoticon-input
Adres URL Strony Pomocy https://github.com/robinhuy/emoticon-input
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}