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
官方網址 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\/*"
    ]
}