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”。
扩展截图
下载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 |
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", " |