Heimdall

A security scanner.

Apa itu Heimdall?

Heimdall adalah ekstensi Chrome yang dikembangkan oleh Ryan Howell, dan fitur utamanya adalah "A security scanner.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Heimdall

Unduh file ekstensi Heimdall dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Heimdall Heimdall
ID loiabdhahjaijmijllhiidceilfecggg
URL Resmi https://chromewebstore.google.com/detail/heimdall/loiabdhahjaijmijllhiidceilfecggg
Deskripsi A security scanner.
Ukuran File 136 KB
Jumlah Instalasi 108
Versi Saat Ini 0.0.14
Terakhir Diperbarui 2018-08-04
Tanggal Publikasi 2018-08-04
Pengembang Ryan Howell
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://heimdall.rhowell.io
Bahasa yang Didukung 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"
    }
}