qTLS

Examine HTTPS connections on the fly.

Apa itu qTLS?

qTLS adalah ekstensi Chrome yang dikembangkan oleh nickolasburr, dan fitur utamanya adalah "Examine HTTPS connections on the fly.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi qTLS

Unduh file ekstensi qTLS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Examine HTTPS connections on the fly.                    

Informasi Dasar Ekstensi

Nama qTLS qTLS
ID mlhndmhjkoeggdhifdlglkldgppjifpf
URL Resmi https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf
Deskripsi Examine HTTPS connections on the fly.
Ukuran File 153 KB
Jumlah Instalasi 5,522
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-07-25
Tanggal Publikasi 2017-07-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang nickolasburr
Tipe Pembayaran free
Situs Ekstensi https://github.com/nickolasburr/qtls
Bahasa yang Didukung 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"
    ]
}