Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

Feature Policy Tester DevTools Extension là gì?

Feature Policy Tester DevTools Extension là một tiện ích mở rộng Chrome được phát triển bởi https://developers.google.com/web, và tính năng chính của nó là "DevTools extension to test Feature Policy settings".

Ả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 Feature Policy Tester DevTools Extension

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

                        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.                    

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

Tên Feature Policy Tester DevTools Extension Feature Policy Tester DevTools Extension
ID pchamnkhkeokbpahnocjaeednpbpacop
URL Chính Thức https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop
Mô tả DevTools extension to test Feature Policy settings
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 694
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-01-06
Ngày Phát Hành 2019-01-05
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://developers.google.com/web
Loại Thanh Toán free
Trang Web Mở Rộng https://developers.google.com/web/updates/2018/06/feature-policy
URL Trang Trợ Giúp https://developers.google.com/web/updates/2018/06/feature-policy
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}