qTLS

Examine HTTPS connections on the fly.

Qu'est-ce que qTLS ?

qTLS est une extension Chrome développée par nickolasburr, et sa fonction principale est "Examine HTTPS connections on the fly.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension qTLS

Téléchargez les fichiers d'extension qTLS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Examine HTTPS connections on the fly.                    

Informations de Base sur l'Extension

Nom qTLS qTLS
ID mlhndmhjkoeggdhifdlglkldgppjifpf
URL Officiel https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf
Description Examine HTTPS connections on the fly.
Taille du Fichier 153 KB
Nombre d'Installations 5,522
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-07-25
Date de Publication 2017-07-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur nickolasburr
Type de Paiement free
Site Web de l'Extension https://github.com/nickolasburr/qtls
Langues Prises en Charge 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"
    ]
}