qTLS
Examine HTTPS connections on the fly.
Cos'è qTLS?
qTLS è un'estensione di Chrome sviluppata da nickolasburr, e la sua funzione principale è "Examine HTTPS connections on the fly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione qTLS
Scarica i file di estensione qTLS 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
Examine HTTPS connections on the fly. Informazioni di Base sull'Estensione
| Nome | |
| ID | mlhndmhjkoeggdhifdlglkldgppjifpf |
| URL Ufficiale | https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf |
| Descrizione | Examine HTTPS connections on the fly. |
| Dimensione del File | 153 KB |
| Conteggio Installazioni | 5,522 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-07-25 |
| Data di Pubblicazione | 2017-07-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | nickolasburr |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/nickolasburr/qtls |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "qTLS",
"short_name": "QTLS",
"version": "1.0.2",
"description": "Examine HTTPS connections on the fly.",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/data-exchange-48x48.png",
"default_popup": "metrics.html",
"default_title": "qTLS - click for details"
},
"icons": {
"16": "icons\/data-exchange-16x16.png",
"48": "icons\/data-exchange-48x48.png",
"128": "icons\/data-exchange-128x128.png"
},
"permissions": [
"debugger",
"tabs"
]
} | |