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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}