Comment Suggestion

Fast comment for funny image in page

Cos'è Comment Suggestion?

Comment Suggestion è un'estensione di Chrome sviluppata da MQuy, e la sua funzione principale è "Fast comment for funny image in page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Comment Suggestion

Scarica i file di estensione Comment Suggestion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Comment Suggestion Comment Suggestion
ID jdbapggmlmiblegbhdfbigngpdfdiile
URL Ufficiale https://chrome.google.com/webstore/detail/comment-suggestion/jdbapggmlmiblegbhdfbigngpdfdiile
Descrizione Fast comment for funny image in page
Dimensione del File 246 KB
Conteggio Installazioni 10
Versione Corrente 1.0.6
Ultimo Aggiornamento 2017-07-10
Data di Pubblicazione 2017-07-10
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore MQuy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/commentsuggestion.addon/
URL della Pagina di Aiuto https://www.facebook.com/commentsuggestion.addon/
URL della Pagina della Politica sulla Privacy https://github.com/MQuy
Lingue Supportate 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\/*"
    ]
}