Comment Suggestion

Fast comment for funny image in page

Comment Suggestion là gì?

Comment Suggestion là một tiện ích mở rộng Chrome được phát triển bởi MQuy, và tính năng chính của nó là "Fast comment for funny image in page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comment Suggestion

Tải xuống các tệp mở rộng Comment Suggestion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Comment Suggestion Comment Suggestion
ID jdbapggmlmiblegbhdfbigngpdfdiile
URL Chính Thức https://chrome.google.com/webstore/detail/comment-suggestion/jdbapggmlmiblegbhdfbigngpdfdiile
Mô tả Fast comment for funny image in page
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-07-10
Ngày Phát Hành 2017-07-10
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển MQuy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/commentsuggestion.addon/
URL Trang Trợ Giúp https://www.facebook.com/commentsuggestion.addon/
URL Trang Chính Sách Bảo Mật https://github.com/MQuy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}