CSP Tester

This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.

CSP Tester là gì?

CSP Tester là một tiện ích mở rộng Chrome được phát triển bởi oxdef, và tính năng chính của nó là "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.".

Ả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 CSP Tester

Tải xuống các tệp mở rộng CSP Tester 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

                        This extension helps web masters to test web application functionality
with Content Security Policy (CSP) version 2.0 implemented.

Typical workflow looks like:

1. Open the extension window
2. Add into the URL Pattern a regular expression for the site that you want to test, for example *://yoursite.com/* (CSP Tester uses Chrome Match Patterns)
3. Tick the e.g. "self" checkbox, check "Active" and Save the changes
4. Open the Developer Tools and navigate to the tested site
5. Confirm a number of CSP violations reported in the Developer Tools Console as well as possible visual changes
6. Make changes in the policy based on these reports                    

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

Tên CSP Tester CSP Tester
ID ehmipebdmhlmikaopdfoinmcjhhfadlf
URL Chính Thức https://chromewebstore.google.com/detail/csp-tester/ehmipebdmhlmikaopdfoinmcjhhfadlf
Mô tả This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.
Kích Thước Tệp 16.61 KB
Số Lần Cài Đặt 2,090
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2018-10-02
Ngày Phát Hành 2018-09-02
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển oxdef
Loại Thanh Toán free
Trang Web Mở Rộng https://oxdef.info/csp-tester
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSP Tester",
    "description": "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.",
    "version": "2.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/oxdef.info\/csp-tester",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    }
}