CSP Tester

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

CSP Testerとは何ですか?

CSP Testerはoxdefによって開発されたChromeの拡張機能で、その主な機能は「This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.」です。

拡張機能のスクリーンショット

screenshot

CSP Tester拡張機能のCRXファイルをダウンロード

CSP Tester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 CSP Tester CSP Tester
ID ehmipebdmhlmikaopdfoinmcjhhfadlf
公式URL https://chromewebstore.google.com/detail/csp-tester/ehmipebdmhlmikaopdfoinmcjhhfadlf
説明 This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.
ファイルサイズ 16.61 KB
インストール数 2,090
現在のバージョン 2.1
最終更新日 2018-10-02
公開日 2018-09-02
評価 3.71/5 合計 7 レビュー
開発者 oxdef
支払い方法 free
拡張機能のウェブサイト https://oxdef.info/csp-tester
対応言語 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"
        }
    }
}