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 |
官方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", " |