Feature Policy Tester DevTools Extension
DevTools extension to test Feature Policy settings
Vad är Feature Policy Tester DevTools Extension?
Feature Policy Tester DevTools Extension är en Chrome-tillägg utvecklad av https://developers.google.com/web, och dess huvudfunktion är "DevTools extension to test Feature Policy settings".
Tilläggsskärmbilder
Ladda ner Feature Policy Tester DevTools Extension-förlängningens CRX-fil
Ladda ner Feature Policy Tester DevTools Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Feature Policy Tester DevTools Extension |
ID | pchamnkhkeokbpahnocjaeednpbpacop |
Officiell webbadress | https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop |
Beskrivning | DevTools extension to test Feature Policy settings |
Filstorlek | 221 KB |
Antal Installationer | 694 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2019-01-06 |
Publiceringsdatum | 2019-01-05 |
Betyg | 3.25/5 Totalt 4 Betyg |
Utvecklare | https://developers.google.com/web |
Betalningssätt | free |
Tilläggswebbplats | https://developers.google.com/web/updates/2018/06/feature-policy |
Hjälpsida URL | https://developers.google.com/web/updates/2018/06/feature-policy |
Stödda Språk | 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", " |