Heimdall

A security scanner.

Heimdallคืออะไร?

Heimdall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Howell และคุณลักษณะหลักของมันคือ "A security scanner."

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

screenshot
screenshot
screenshot

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

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

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

                        A software system to improve analysis and communication of website domain security.

Heimdall shows the feasibility of improving existing browser security indicators, by expanding the factors used for security analysis. The outcome of this analysis is communicated through a browser extension icon, using a simple colour coded A - F scoring system.                    

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

ชื่อ Heimdall Heimdall
ID loiabdhahjaijmijllhiidceilfecggg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/heimdall/loiabdhahjaijmijllhiidceilfecggg
คำอธิบาย A security scanner.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 0.0.14
อัปเดตครั้งล่าสุด 2018-08-04
วันที่เผยแพร่ 2018-08-04
ผู้พัฒนา Ryan Howell
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://heimdall.rhowell.io
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Heimdall",
    "version": "0.0.14",
    "description": "A security scanner.",
    "icons": {
        "16": "icons\/H_16_green.png",
        "32": "icons\/H_32_green.png",
        "64": "icons\/H_64_green.png",
        "128": "icons\/H_128_green.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/U_16.png",
            "32": "icons\/U_32.png",
            "64": "icons\/U_64.png",
            "128": "icons\/U_128.png"
        }
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/browser-polyfill\/browser-polyfill.min.js",
            "libs\/socket.io\/socket.io.js",
            "dist\/background.compiled.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}