Matlock

View the Open Source libraries that websites use with just one click!

Matlockคืออะไร?

Matlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oliver Nassar และคุณลักษณะหลักของมันคือ "View the Open Source libraries that websites use with just one click!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Matlock

ดาวน์โหลดไฟล์ส่วนขยาย Matlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When you click the Matlock icon in your browser toolbar, we'll search the page you're on for different Open Source libraries (hosted on github.com) that are being used.

Our goal is to make it easier to learn how websites work, and educate yourself on the different Open Source technologies powering the websites you surf.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Matlock Matlock
ID mlpgkhbppppangggoealpdcadohcanmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matlock/mlpgkhbppppangggoealpdcadohcanmf
คำอธิบาย View the Open Source libraries that websites use with just one click!
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 638
เวอร์ชันปัจจุบัน 1.4.6
อัปเดตครั้งล่าสุด 2022-01-10
วันที่เผยแพร่ 2020-01-27
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Oliver Nassar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onassar.github.io/extensions/matlock/
URL หน้านโยบายความเป็นส่วนตัว https://onassar.github.io/extensions/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Matlock",
    "short_name": "matlock",
    "description": "View the Open Source libraries that websites use with just one click!",
    "homepage_url": "https:\/\/onassar.github.io\/extensions\/matlock\/",
    "version": "1.4.6",
    "author": "Oliver Nassar",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "\/vendors\/external\/WebExtension-ContentScriptsLoader\/v1.1.0\/ContentScriptsLoader.js",
            "\/vendors\/external\/cryptojs-aes-php\/master\/example\/aes.js",
            "\/vendors\/external\/cryptojs-aes-php\/master\/aes-json-format.js",
            "\/vendors\/external\/extend\/v0.0.0\/extend.js",
            "\/vendors\/external\/FileSaver.js\/v2.0.0\/dist\/FileSaver.min.js",
            "\/vendors\/external\/JavaScript-MD5\/v2.10.0\/js\/md5.min.js",
            "\/vendors\/external\/jquery\/v3.3.1\/jquery-3.3.1.min.js",
            "\/vendors\/external\/jszip\/v3.1.5\/dist\/jszip.min.js",
            "\/vendors\/external\/moment\/v2.10.6\/moment.js",
            "\/vendors\/internal\/DependencyLoader.js",
            "\/js\/accessors\/Base.js",
            "\/js\/accessors\/Breadcrumb.js",
            "\/js\/accessors\/Cookie.js",
            "\/js\/accessors\/Copy.js",
            "\/js\/accessors\/Discovery.js",
            "\/js\/accessors\/GitHubBreadcrumb.js",
            "\/js\/accessors\/GitHubObservation.js",
            "\/js\/accessors\/Header.js",
            "\/js\/accessors\/Observation.js",
            "\/js\/accessors\/Repository.js",
            "\/js\/accessors\/Setting.js",
            "\/js\/accessors\/Technology.js",
            "\/js\/collections\/Base.js",
            "\/js\/collections\/Breadcrumbs.js",
            "\/js\/collections\/Cookies.js",
            "\/js\/collections\/Copy.js",
            "\/js\/collections\/GitHubDiscoveries.js",
            "\/js\/collections\/Headers.js",
            "\/js\/collections\/Settings.js",
            "\/js\/collections\/Technologies.js",
            "\/js\/helpers\/Base.js",
            "\/js\/models\/Base.js",
            "\/js\/models\/Breadcrumb.js",
            "\/js\/models\/Cookie.js",
            "\/js\/models\/Copy.js",
            "\/js\/models\/GitHubDiscovery.js",
            "\/js\/models\/Header.js",
            "\/js\/models\/Observation.js",
            "\/js\/models\/Setting.js",
            "\/js\/models\/Technology.js",
            "\/js\/utils\/ArrayUtils.js",
            "\/js\/utils\/CacheUtils.js",
            "\/js\/utils\/CopyUtils.js",
            "\/js\/utils\/DataUtils.js",
            "\/js\/utils\/DrupalUtils.js",
            "\/js\/utils\/DTUtils.js",
            "\/js\/utils\/LocationUtils.js",
            "\/js\/utils\/LogUtils.js",
            "\/js\/utils\/NotificationUtils.js",
            "\/js\/utils\/NumberUtils.js",
            "\/js\/utils\/RequestUtils.js",
            "\/js\/utils\/SettingsUtils.js",
            "\/js\/utils\/StringUtils.js",
            "\/js\/utils\/WindowUtils.js",
            "\/js\/states\/MatlockBackground.js",
            "\/js\/runtime\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Matlock",
        "default_icon": {
            "19": "images\/logos\/matlock\/prod\/square-19x19.png",
            "38": "images\/logos\/matlock\/prod\/square-38x38.png"
        },
        "default_popup": "\/pages\/popup.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/vendors\/external\/extend\/v0.0.0\/extend.js",
                "\/vendors\/external\/FileSaver.js\/v2.0.0\/dist\/FileSaver.min.js",
                "\/vendors\/external\/JavaScript-MD5\/v2.10.0\/js\/md5.min.js",
                "\/vendors\/external\/jquery\/v3.3.1\/jquery-3.3.1.min.js",
                "\/vendors\/external\/jszip\/v3.1.5\/dist\/jszip.min.js",
                "\/vendors\/external\/moment\/v2.10.6\/moment.js",
                "\/vendors\/internal\/DependencyLoader.js",
                "\/js\/accessors\/Base.js",
                "\/js\/accessors\/Breadcrumb.js",
                "\/js\/accessors\/Cookie.js",
                "\/js\/accessors\/Copy.js",
                "\/js\/accessors\/Discovery.js",
                "\/js\/accessors\/GitHubBreadcrumb.js",
                "\/js\/accessors\/GitHubObservation.js",
                "\/js\/accessors\/Header.js",
                "\/js\/accessors\/Observation.js",
                "\/js\/accessors\/Repository.js",
                "\/js\/accessors\/Setting.js",
                "\/js\/accessors\/Technology.js",
                "\/js\/collections\/Base.js",
                "\/js\/collections\/Breadcrumbs.js",
                "\/js\/collections\/Cookies.js",
                "\/js\/collections\/Copy.js",
                "\/js\/collections\/GitHubDiscoveries.js",
                "\/js\/collections\/Headers.js",
                "\/js\/collections\/Settings.js",
                "\/js\/collections\/Technologies.js",
                "\/js\/helpers\/Base.js",
                "\/js\/models\/Base.js",
                "\/js\/models\/Breadcrumb.js",
                "\/js\/models\/Cookie.js",
                "\/js\/models\/Copy.js",
                "\/js\/models\/GitHubDiscovery.js",
                "\/js\/models\/Header.js",
                "\/js\/models\/Observation.js",
                "\/js\/models\/Setting.js",
                "\/js\/models\/Technology.js",
                "\/js\/utils\/ArrayUtils.js",
                "\/js\/utils\/CacheUtils.js",
                "\/js\/utils\/CopyUtils.js",
                "\/js\/utils\/DataUtils.js",
                "\/js\/utils\/DrupalUtils.js",
                "\/js\/utils\/DTUtils.js",
                "\/js\/utils\/LocationUtils.js",
                "\/js\/utils\/LogUtils.js",
                "\/js\/utils\/NotificationUtils.js",
                "\/js\/utils\/NumberUtils.js",
                "\/js\/utils\/RequestUtils.js",
                "\/js\/utils\/SettingsUtils.js",
                "\/js\/utils\/StringUtils.js",
                "\/js\/utils\/WindowUtils.js",
                "\/js\/states\/MatlockContent.js",
                "\/js\/runtime\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/logos\/matlock\/prod\/square-16x16.png",
        "48": "images\/logos\/matlock\/prod\/square-48x48.png",
        "128": "images\/logos\/matlock\/prod\/square-128x128.png"
    },
    "web_accessible_resources": [
        "\/data\/*",
        "\/images\/*",
        "\/templates\/*",
        "\/vendors\/external\/flag-icon-css\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}