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 |
官方網址 | 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", " |