Heimdall

A security scanner.

Heimdall là gì?

Heimdall là một tiện ích mở rộng Chrome được phát triển bởi Ryan Howell, và tính năng chính của nó là "A security scanner.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Heimdall

Tải xuống các tệp mở rộng Heimdall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Heimdall Heimdall
ID loiabdhahjaijmijllhiidceilfecggg
URL Chính Thức https://chromewebstore.google.com/detail/heimdall/loiabdhahjaijmijllhiidceilfecggg
Mô tả A security scanner.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2018-08-04
Ngày Phát Hành 2018-08-04
Nhà Phát Triển Ryan Howell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://heimdall.rhowell.io
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}