qTLS
Examine HTTPS connections on the fly.
Co to jest qTLS?
qTLS to rozszerzenie Chrome opracowane przez nickolasburr, a jego główną funkcją jest „Examine HTTPS connections on the fly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia qTLS
Pobierz pliki rozszerzeń qTLS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Examine HTTPS connections on the fly.
Podstawowe informacje o rozszerzeniu
Nazwa | qTLS |
ID | mlhndmhjkoeggdhifdlglkldgppjifpf |
Oficjalny URL | https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf |
Opis | Examine HTTPS connections on the fly. |
Rozmiar pliku | 153 KB |
Liczba instalacji | 5,522 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-07-25 |
Data Publikacji | 2017-07-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | nickolasburr |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nickolasburr/qtls |
Obsługiwane Języki | 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" ] } |