qTLS
Examine HTTPS connections on the fly.
Wat is qTLS?
qTLS is een Chrome-extensie ontwikkeld door nickolasburr, en de belangrijkste functie is "Examine HTTPS connections on the fly.".
Extensie Screenshots
Download het CRX-bestand van de extensie qTLS
Download qTLS-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
Examine HTTPS connections on the fly. Basisinformatie over de Extensie
| Naam | |
| ID | mlhndmhjkoeggdhifdlglkldgppjifpf |
| Officiële URL | https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf |
| Beschrijving | Examine HTTPS connections on the fly. |
| Bestandsgrootte | 153 KB |
| Aantal Installaties | 5,522 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2017-07-25 |
| Publicatiedatum | 2017-07-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | nickolasburr |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nickolasburr/qtls |
| Ondersteunde Talen | 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"
]
} | |