Comment Suggestion

Fast comment for funny image in page

O que é Comment Suggestion?

Comment Suggestion é uma extensão do Chrome desenvolvida por MQuy, e sua principal característica é "Fast comment for funny image in page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Comment Suggestion

Baixe arquivos de extensão Comment Suggestion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Comment Suggestion Comment Suggestion
ID jdbapggmlmiblegbhdfbigngpdfdiile
URL Oficial https://chrome.google.com/webstore/detail/comment-suggestion/jdbapggmlmiblegbhdfbigngpdfdiile
Descrição Fast comment for funny image in page
Tamanho do Arquivo 246 KB
Contagem de Instalações 10
Versão Atual 1.0.6
Última Atualização 2017-07-10
Data de Publicação 2017-07-10
Classificação 4.90/5 Total de 10 Avaliações
Desenvolvedor MQuy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/commentsuggestion.addon/
URL da Página de Ajuda https://www.facebook.com/commentsuggestion.addon/
URL da Página de Política de Privacidade https://github.com/MQuy
Idiomas Suportados 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\/*"
    ]
}