qTLS

Examine HTTPS connections on the fly.

什麼是qTLS?

qTLS是由nickolasburr開發的Chrome擴展程式,該擴展的主要功能是“Examine HTTPS connections on the fly.”。

擴展截圖

screenshot
screenshot

下載qTLS擴展crx文件

下載qTLS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Examine HTTPS connections on the fly.                    

擴展基本資訊

名稱 qTLS qTLS
ID mlhndmhjkoeggdhifdlglkldgppjifpf
官方網址 https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf
簡介 Examine HTTPS connections on the fly.
檔案大小 153 KB
安裝次數 5,522
目前版本 1.0.2
更新時間 2017-07-25
上架時間 2017-07-25
評分 5.00/5 共 1 次評分
開發者 nickolasburr
付費類型 free
擴展官網 https://github.com/nickolasburr/qtls
支援的語言 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"
    ]
}