webcompat.com reporter

Report website compatibility issues at webcompat.com

什麼是webcompat.com reporter?

webcompat.com reporter是由https://webcompat.com開發的Chrome擴展程式,該擴展的主要功能是“Report website compatibility issues at webcompat.com”。

擴展截圖

screenshot

下載webcompat.com reporter擴展crx文件

下載webcompat.com reporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}