Emoticon input everywhere

Allow input emoticon in everywhere

¿Qué es Emoticon input everywhere?

Emoticon input everywhere es una extensión de Chrome desarrollada por Robin Huy, y su función principal es "Allow input emoticon in everywhere".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Emoticon input everywhere

Descarga archivos de extensión Emoticon input everywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
URL Oficial https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Descripción Allow input emoticon in everywhere
Tamaño del Archivo 11.64 KB
Cantidad de Instalaciones 135
Versión Actual 1.3
Última Actualización 2017-03-21
Fecha de Publicación 2017-03-21
Calificación 4.73/5 Total de 15 Calificaciones
Desarrollador Robin Huy
Tipo de Pago free
Sitio Web de la Extensión https://github.com/robinhuy/emoticon-input
URL de la Página de Ayuda https://github.com/robinhuy/emoticon-input
Idiomas Soportados 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"
    ]
}