qTLS
Examine HTTPS connections on the fly.
什么是qTLS?
qTLS是由nickolasburr开发的Chrome扩展程序,该扩展的主要功能是“Examine HTTPS connections on the fly.”。
扩展截图
下载qTLS扩展crx文件
下载qTLS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Examine HTTPS connections on the fly.
扩展基本信息
名称 | 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" ] } |