moarTLS Analyzer
Analyze webpages for non-secure link references.
moarTLS Analyzerとは何ですか?
moarTLS Analyzerはhttps://www.bayden.comによって開発されたChromeの拡張機能で、その主な機能は「Analyze webpages for non-secure link references.」です。
拡張機能のスクリーンショット
moarTLS Analyzer拡張機能のCRXファイルをダウンロード
moarTLS Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HTTPS only works if you use it! This simple Chrome extension adds a button to Chrome that allows you to easily discover non-secure (e.g. HTTP) links on your pages. Simply click the moarTLS button and non-secure link references in the current page are flagged for review. You can learn more about latent mixed-content vulnerabilities here: https://textslashplain.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/
拡張機能の基本情報
名前 | moarTLS Analyzer |
ID | ldfbacdbackkjhclmhnjabngnppnkagh |
公式URL | https://chromewebstore.google.com/detail/moartls-analyzer/ldfbacdbackkjhclmhnjabngnppnkagh |
説明 | Analyze webpages for non-secure link references. |
ファイルサイズ | 27.82 KB |
インストール数 | 314 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2021-02-24 |
公開日 | 2017-10-24 |
評価 | 4.89/5 合計 9 レビュー |
開発者 | https://www.bayden.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://textslashplain.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/ |
ヘルプページのURL | https://textslashplain.com/2016/03/17/seek-and-destroy-non-secure-references-using-the-moartls-analyzer/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "moarTLS Analyzer", "short_name": "moarTLS", "description": "Analyze webpages for non-secure link references.", "version": "1.0.0.1", "author": "Eric Lawrence (@ericlaw)", "options_ui": { "page": "options.html", "chrome_style": true }, "minimum_chrome_version": "56", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "minimum_edge_version": "38.14393.0.0", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+M" } } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Mark non-secure links" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/SensitiveForm.png" ], "permissions": [ "tabs", "activeTab", "storage", " |