Emoticon input everywhere

Allow input emoticon in everywhere

Wat is Emoticon input everywhere?

Emoticon input everywhere is een Chrome-extensie ontwikkeld door Robin Huy, en de belangrijkste functie is "Allow input emoticon in everywhere".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Emoticon input everywhere

Download Emoticon input everywhere-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

                        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.                    

Basisinformatie over de Extensie

Naam Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Officiële URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Beschrijving Allow input emoticon in everywhere
Bestandsgrootte 11.64 KB
Aantal Installaties 135
Huidige Versie 1.3
Laatst Bijgewerkt 2017-03-21
Publicatiedatum 2017-03-21
Beoordeling 4.73/5 Totaal 15 Beoordelingen
Ontwikkelaar Robin Huy
Betalingswijze free
Extensiewebsite https://github.com/robinhuy/emoticon-input
Help Pagina-URL https://github.com/robinhuy/emoticon-input
Ondersteunde Talen 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"
    ]
}