qTLS

Examine HTTPS connections on the fly.

ما هو qTLS؟

qTLS هو إضافة Chrome تم تطويرها بواسطة nickolasburr، والميزة الرئيسية لها هي "Examine HTTPS connections on the fly.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة qTLS

قم بتنزيل ملفات الامتداد qTLS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}