UComment

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

UComment क्या है?

UComment https://ucomment.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comment on any web site, right among the content and share with others"।

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

screenshot
screenshot
screenshot
screenshot

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

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