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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}