rDNS
rDNS for current domain
rDNSとは何ですか?
rDNSはFrancisco Salazarによって開発されたChromeの拡張機能で、その主な機能は「rDNS for current domain」です。
拡張機能のスクリーンショット
rDNS拡張機能のCRXファイルをダウンロード
rDNS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Resolves a domain to its corresponding IP and get the reverse DNS for this ip. Some shortcuts are added to manage and make audit services.
拡張機能の基本情報
名前 | rDNS |
ID | lciinhpfhnoajmnjpocibnhfgccddacc |
公式URL | https://chromewebstore.google.com/detail/rdns/lciinhpfhnoajmnjpocibnhfgccddacc |
説明 | rDNS for current domain |
ファイルサイズ | 51.04 KB |
インストール数 | 21 |
現在のバージョン | 0.3 |
最終更新日 | 2017-10-05 |
公開日 | 2017-10-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Francisco Salazar |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://twitter.com/Aldaron |
ヘルプページのURL | http://twitter.com/Aldaron |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rDNS", "description": "rDNS for current domain", "version": "0.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "rDNS" } } |