Feature Policy Tester DevTools Extension
DevTools extension to test Feature Policy settings
Cos'è Feature Policy Tester DevTools Extension?
Feature Policy Tester DevTools Extension è un'estensione di Chrome sviluppata da https://developers.google.com/web, e la sua funzione principale è "DevTools extension to test Feature Policy settings".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feature Policy Tester DevTools Extension
Scarica i file di estensione Feature Policy Tester DevTools Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Feature Policy Tester DevTools Extension |
ID | pchamnkhkeokbpahnocjaeednpbpacop |
URL Ufficiale | https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop |
Descrizione | DevTools extension to test Feature Policy settings |
Dimensione del File | 221 KB |
Conteggio Installazioni | 694 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2019-01-06 |
Data di Pubblicazione | 2019-01-05 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | https://developers.google.com/web |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://developers.google.com/web/updates/2018/06/feature-policy |
URL della Pagina di Aiuto | https://developers.google.com/web/updates/2018/06/feature-policy |
Lingue Supportate | 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", " |