Heimdall

A security scanner.

Heimdall란 무엇입니까?

Heimdall은(는) Ryan Howell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A security scanner."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Heimdall 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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