Comment Suggestion

Fast comment for funny image in page

ما هو Comment Suggestion؟

Comment Suggestion هو إضافة Chrome تم تطويرها بواسطة MQuy، والميزة الرئيسية لها هي "Fast comment for funny image in page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Comment Suggestion

قم بتنزيل ملفات الامتداد Comment Suggestion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://www.facebook.com/commentsuggestion.addon/
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}