qTLS
Examine HTTPS connections on the fly.
Vad är qTLS?
qTLS är en Chrome-tillägg utvecklad av nickolasburr, och dess huvudfunktion är "Examine HTTPS connections on the fly.".
Tilläggsskärmbilder
Ladda ner qTLS-förlängningens CRX-fil
Ladda ner qTLS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Examine HTTPS connections on the fly. Grundläggande Information om Tillägg
| Namn | |
| ID | mlhndmhjkoeggdhifdlglkldgppjifpf |
| Officiell webbadress | https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf |
| Beskrivning | Examine HTTPS connections on the fly. |
| Filstorlek | 153 KB |
| Antal Installationer | 5,522 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-07-25 |
| Publiceringsdatum | 2017-07-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | nickolasburr |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/nickolasburr/qtls |
| Stödda Språk | 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"
]
} | |