Comment Suggestion

Fast comment for funny image in page

¿Qué es Comment Suggestion?

Comment Suggestion es una extensión de Chrome desarrollada por MQuy, y su función principal es "Fast comment for funny image in page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Comment Suggestion

Descarga archivos de extensión Comment Suggestion 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

                        Comment Suggestion makes it easy to send emojis, GIFs in any text field. To get started, type ":smi" or "/giphy" and using ENTER to get suggestion and ARROW DOWN UP to navigate. Command intelligently formats whatever you'd like to send for any text field — so it supports sites like Github, Gmail, Inbox, and Reddit out of the box.

DISCLAIMER:
  + In Facebook, using space after emoji to make it work
  + Currently, facebook will remove emoji(not kawaii) from new post( works fine for comment)
  + Images are captured from MAC, emoji might display differently depend on Window, Linux, ...
  + Don't work on input with autocomplete off                    

Información Básica de la Extensión

Nombre Comment Suggestion Comment Suggestion
ID jdbapggmlmiblegbhdfbigngpdfdiile
URL Oficial https://chrome.google.com/webstore/detail/comment-suggestion/jdbapggmlmiblegbhdfbigngpdfdiile
Descripción Fast comment for funny image in page
Tamaño del Archivo 246 KB
Cantidad de Instalaciones 10
Versión Actual 1.0.6
Última Actualización 2017-07-10
Fecha de Publicación 2017-07-10
Calificación 4.90/5 Total de 10 Calificaciones
Desarrollador MQuy
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.facebook.com/commentsuggestion.addon/
URL de la Página de Ayuda https://www.facebook.com/commentsuggestion.addon/
URL de la Página de Política de Privacidad https://github.com/MQuy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Suggestion",
    "description": "Fast comment for funny image in page",
    "author": "MQuy",
    "version": "1.0.6",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.slack.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "vendor.js",
                "content\/app.js"
            ],
            "css": [
                "content\/app.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/index.html",
    "permissions": [
        "",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icons\/comment-32.png"
    },
    "icons": {
        "16": "icons\/comment-16.png",
        "24": "icons\/comment-24.png",
        "32": "icons\/comment-32.png",
        "64": "icons\/comment-64.png",
        "128": "icons\/comment-128.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}