Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

Apa itu Feature Policy Tester DevTools Extension?

Feature Policy Tester DevTools Extension adalah ekstensi Chrome yang dikembangkan oleh https://developers.google.com/web, dan fitur utamanya adalah "DevTools extension to test Feature Policy settings".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Feature Policy Tester DevTools Extension

Unduh file ekstensi Feature Policy Tester DevTools Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Feature Policy Tester DevTools Extension Feature Policy Tester DevTools Extension
ID pchamnkhkeokbpahnocjaeednpbpacop
URL Resmi https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop
Deskripsi DevTools extension to test Feature Policy settings
Ukuran File 221 KB
Jumlah Instalasi 694
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-01-06
Tanggal Publikasi 2019-01-05
Penilaian 3.25/5 Total 4 Penilaian
Pengembang https://developers.google.com/web
Tipe Pembayaran free
Situs Ekstensi https://developers.google.com/web/updates/2018/06/feature-policy
URL Halaman Bantuan https://developers.google.com/web/updates/2018/06/feature-policy
Bahasa yang Didukung 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",
        ""
    ]
}