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
Eメール [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\/*"
    ]
}