webcompat.com reporter

Report website compatibility issues at webcompat.com

webcompat.com reporter क्या है?

webcompat.com reporter https://webcompat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Report website compatibility issues at webcompat.com"।

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

screenshot

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

crx प्रारूप में webcompat.com reporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The webcompat.com reporter extension adds a button which allows users to report issues with any site on the web. A screenshot will be added to the bug report, but you have the option to remove it before submitting a bug.

Sometimes, sites have bugs or policies that prevent them from working well in every browser. The community at webcompat.com works to help web developers and site owners identify and fix such issues.

If something appears broken, but works in another browser, or if a site or app insists you install another browser this is likely a web compatibility issue that you can report with this add-on.                    

एक्सटेंशन की मूल जानकारी

नाम webcompat.com reporter webcompat.com reporter
ID ffnnhckjcpbbjlmgfjigknkoffakclol
आधिकारिक URL https://chromewebstore.google.com/detail/webcompatcom-reporter/ffnnhckjcpbbjlmgfjigknkoffakclol
विवरण Report website compatibility issues at webcompat.com
फ़ाइल का आकार 13.64 KB
स्थापना संख्या 125
वर्तमान संस्करण 0.6.0
अंतिम अपडेट 2020-02-23
प्रकाशन तिथि 2020-02-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://webcompat.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webcompat.com
सहायता पृष्ठ URL https://github.com/webcompat/webcompat-reporter-extensions/issues
गोपनीयता नीति पृष्ठ URL https://webcompat.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "webcompat.com reporter",
    "description": "Report website compatibility issues at webcompat.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webcompat.com\/"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "https:\/\/webcompat.com\/",
        ""
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon32.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Report Site Issue"
    },
    "default_locale": "en",
    "version": "0.6.0"
}