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
公式URL 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"
    ]
}