UComment

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

UComment란 무엇입니까?

UComment은(는) https://ucomment.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Comment on any web site, right among the content and share with others"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

UComment 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}