HTTP Headers
Displays the live log with HTTP request headers
Cos'è HTTP Headers?
HTTP Headers è un'estensione di Chrome sviluppata da http://coolcomputers.info, e la sua funzione principale è "Displays the live log with HTTP request headers".
Scarica il file CRX dell'estensione HTTP Headers
Scarica i file di estensione HTTP Headers 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
Shows you server headers and responses.
Informazioni di Base sull'Estensione
Nome | |
ID | fdlppdjcgkeemdegnagdjklldpoimiic |
URL Ufficiale | https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic |
Descrizione | Displays the live log with HTTP request headers |
Dimensione del File | 42.83 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-01-24 |
Data di Pubblicazione | 2017-01-24 |
Sviluppatore | http://coolcomputers.info |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTTP Headers", "description": "Displays the live log with HTTP request headers", "version": "1.0.2", "short_name": "HTTP Headers", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon512.png", "default_title": "HTTP headers" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png", "512": "icon512.png" }, "manifest_version": 2 } |