Comment Suggestion

Fast comment for funny image in page

Qu'est-ce que Comment Suggestion ?

Comment Suggestion est une extension Chrome développée par MQuy, et sa fonction principale est "Fast comment for funny image in page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Comment Suggestion

Téléchargez les fichiers d'extension Comment Suggestion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Comment Suggestion Comment Suggestion
ID jdbapggmlmiblegbhdfbigngpdfdiile
URL Officiel https://chrome.google.com/webstore/detail/comment-suggestion/jdbapggmlmiblegbhdfbigngpdfdiile
Description Fast comment for funny image in page
Taille du Fichier 246 KB
Nombre d'Installations 10
Version Actuelle 1.0.6
Dernière Mise à Jour 2017-07-10
Date de Publication 2017-07-10
Évaluation 4.90/5 Total 10 Évaluations
Développeur MQuy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/commentsuggestion.addon/
URL de la Page d'Aide https://www.facebook.com/commentsuggestion.addon/
URL de la Page de Politique de Confidentialité https://github.com/MQuy
Langues Prises en Charge 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\/*"
    ]
}