Feature Policy Tester DevTools Extension
DevTools extension to test Feature Policy settings
Wat is Feature Policy Tester DevTools Extension?
Feature Policy Tester DevTools Extension is een Chrome-extensie ontwikkeld door https://developers.google.com/web, en de belangrijkste functie is "DevTools extension to test Feature Policy settings".
Extensie Screenshots
Download het CRX-bestand van de extensie Feature Policy Tester DevTools Extension
Download Feature Policy Tester DevTools Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Feature Policy Tester DevTools Extension |
ID | pchamnkhkeokbpahnocjaeednpbpacop |
Officiële URL | https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop |
Beschrijving | DevTools extension to test Feature Policy settings |
Bestandsgrootte | 221 KB |
Aantal Installaties | 694 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2019-01-06 |
Publicatiedatum | 2019-01-05 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://developers.google.com/web |
Betalingswijze | free |
Extensiewebsite | https://developers.google.com/web/updates/2018/06/feature-policy |
Help Pagina-URL | https://developers.google.com/web/updates/2018/06/feature-policy |
Ondersteunde Talen | 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", " |