UComment

Comment on any web site, right among the content and share with others

UCommentคืออะไร?

UComment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ucomment.me และคุณลักษณะหลักของมันคือ "Comment on any web site, right among the content and share with others"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UComment

ดาวน์โหลดไฟล์ส่วนขยาย UComment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Leave comment on any web site (regardless of the site functionality), right among the content with mouse right-click

Your comments can be:
- public (visible by other users of the service)
- private (visible only by the users that follow you)

Site ucomment.me allows you:
- see all your comments and  comments of the people you follow
- find new users to follow
- manage your settings                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UComment UComment
ID pojcfddfingjnaommdhjhhlpigbcbdbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ucomment/pojcfddfingjnaommdhjhhlpigbcbdbp
คำอธิบาย Comment on any web site, right among the content and share with others
ขนาดไฟล์ 2.31 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2020-05-04
วันที่เผยแพร่ 2020-05-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ucomment.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ucomment.me
URL หน้าช่วยเหลือ https://ucomment.me/how_faq
URL หน้านโยบายความเป็นส่วนตัว https://ucomment.me/privacy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "UComment",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "0.6.1",
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*",
        "html\/*"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "img\/c_icon_red16.png",
        "48": "img\/c_icon_red48.png",
        "128": "img\/c_icon_red9632.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "js\/shared.min.js",
            "js\/baseUtil.min.js",
            "js\/base.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.ucomment.me\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "js\/shared.min.js",
                "js\/contentUtil.min.js",
                "js\/content.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/c_icon_grey16.png",
            "32": "img\/c_icon_grey32.png",
            "48": "img\/c_icon_grey48.png",
            "128": "img\/c_icon_grey9632.png"
        },
        "default_title": "UComment",
        "default_popup": "html\/popover.html"
    }
}