Heimdall
A security scanner.
什麼是Heimdall?
Heimdall是由Ryan Howell開發的Chrome擴展程式,該擴展的主要功能是“A security scanner.”。
擴展截圖
下載Heimdall擴展crx文件
下載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 |
ID | loiabdhahjaijmijllhiidceilfecggg |
官方網址 | 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", " |