Emoticon input everywhere

Allow input emoticon in everywhere

Co je Emoticon input everywhere?

Emoticon input everywhere je rozšíření Chrome vyvinuté Robin Huy, a jeho hlavní funkcí je „Allow input emoticon in everywhere“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Emoticon input everywhere

Stáhněte si soubory rozšíření Emoticon input everywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Oficiální URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Popis Allow input emoticon in everywhere
Velikost souboru 11.64 KB
Počet instalací 135
Aktuální Verze 1.3
Poslední Aktualizace 2017-03-21
Datum Vydání 2017-03-21
Hodnocení 4.73/5 Celkem 15 Hodnocení
Vývojář Robin Huy
Typ Platby free
Webové stránky Rozšíření https://github.com/robinhuy/emoticon-input
URL Stránky Nápovědy https://github.com/robinhuy/emoticon-input
Podporované Jazyky 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"
    ]
}