Comment Suggestion

Fast comment for funny image in page

Comment Suggestion क्या है?

Comment Suggestion MQuy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast comment for funny image in page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Comment Suggestion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}