Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

Feature Policy Tester DevTools Extensionとは何ですか?

Feature Policy Tester DevTools Extensionはhttps://developers.google.com/webによって開発されたChromeの拡張機能で、その主な機能は「DevTools extension to test Feature Policy settings」です。

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

screenshot

Feature Policy Tester DevTools Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Developer tool to help testing try and test Feature Policies on live pages.

Read more about Feature Policy at https://developers.google.com/web/updates/2018/06/feature-policy.                    

拡張機能の基本情報

名前 Feature Policy Tester DevTools Extension Feature Policy Tester DevTools Extension
ID pchamnkhkeokbpahnocjaeednpbpacop
公式URL https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop
説明 DevTools extension to test Feature Policy settings
ファイルサイズ 221 KB
インストール数 694
現在のバージョン 0.0.2
最終更新日 2019-01-06
公開日 2019-01-05
評価 3.25/5 合計 4 レビュー
開発者 https://developers.google.com/web
支払い方法 free
拡張機能のウェブサイト https://developers.google.com/web/updates/2018/06/feature-policy
ヘルプページのURL https://developers.google.com/web/updates/2018/06/feature-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feature Policy Tester DevTools Extension",
    "manifest_version": 2,
    "description": "DevTools extension to test Feature Policy settings",
    "version": "0.0.2",
    "devtools_page": "page.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}