DNS lookup - HTTP status
Analyze domain dns zone and http status
DNS lookup - HTTP statusとは何ですか?
DNS lookup - HTTP statusはSylvain M Marc-Andre Gによって開発されたChromeの拡張機能で、その主な機能は「Analyze domain dns zone and http status」です。
拡張機能のスクリーンショット
DNS lookup - HTTP status拡張機能のCRXファイルをダウンロード
DNS lookup - HTTP status拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Resolve DNS zone and check http status
拡張機能の基本情報
名前 | DNS lookup - HTTP status |
ID | ldofhkbmbgplenhclhekpidbmgecnehb |
公式URL | https://chromewebstore.google.com/detail/dns-lookup-http-status/ldofhkbmbgplenhclhekpidbmgecnehb |
説明 | Analyze domain dns zone and http status |
ファイルサイズ | 92.57 KB |
インストール数 | 527 |
現在のバージョン | 1.6 |
最終更新日 | 2018-07-06 |
公開日 | 2018-07-06 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Sylvain M Marc-Andre G |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ns-lookup.io |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS lookup - HTTP status", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Analyze domain dns zone and http status", "version": "1.6", "permissions": [ "tabs", "https:\/\/ns-lookup.io\/" ], "web_accessible_resources": [ "script.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |