Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

Feature Policy Tester DevTools Extensionคืออะไร?

Feature Policy Tester DevTools Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://developers.google.com/web และคุณลักษณะหลักของมันคือ "DevTools extension to test Feature Policy settings"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feature Policy Tester DevTools Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}