webcompat.com reporter

Report website compatibility issues at webcompat.com

webcompat.com reporter là gì?

webcompat.com reporter là một tiện ích mở rộng Chrome được phát triển bởi https://webcompat.com, và tính năng chính của nó là "Report website compatibility issues at webcompat.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng webcompat.com reporter

Tải xuống các tệp mở rộng webcompat.com reporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên webcompat.com reporter webcompat.com reporter
ID ffnnhckjcpbbjlmgfjigknkoffakclol
URL Chính Thức https://chromewebstore.google.com/detail/webcompatcom-reporter/ffnnhckjcpbbjlmgfjigknkoffakclol
Mô tả Report website compatibility issues at webcompat.com
Kích Thước Tệp 13.64 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.6.0
Cập Nhật Lần Cuối 2020-02-23
Ngày Phát Hành 2020-02-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://webcompat.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webcompat.com
URL Trang Trợ Giúp https://github.com/webcompat/webcompat-reporter-extensions/issues
URL Trang Chính Sách Bảo Mật https://webcompat.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}