Comment Suggestion

Fast comment for funny image in page

什么是Comment Suggestion?

Comment Suggestion是由MQuy开发的Chrome扩展程序,该扩展的主要功能是“Fast comment for funny image in page”。

扩展截图

screenshot

下载Comment Suggestion扩展crx文件

下载Comment Suggestion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Comment Suggestion Comment Suggestion
ID jdbapggmlmiblegbhdfbigngpdfdiile
官方URL https://chrome.google.com/webstore/detail/comment-suggestion/jdbapggmlmiblegbhdfbigngpdfdiile
简介 Fast comment for funny image in page
文件大小 246 KB
安装次数 10
当前版本 1.0.6
更新时间 2017-07-10
上架时间 2017-07-10
评分 4.90/5 共10次评分
开发者 MQuy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.facebook.com/commentsuggestion.addon/
帮助页面URL https://www.facebook.com/commentsuggestion.addon/
隐私政策页面URL https://github.com/MQuy
支持的语言 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\/*"
    ]
}