Domain Name Registration Data Lookup (WHOIS)
This tool gives you the ability to look up the registration data for domain names
Domain Name Registration Data Lookup (WHOIS)とは何ですか?
Domain Name Registration Data Lookup (WHOIS)はbrian.girkoによって開発されたChromeの拡張機能で、その主な機能は「This tool gives you the ability to look up the registration data for domain names」です。
拡張機能のスクリーンショット
Domain Name Registration Data Lookup (WHOIS)拡張機能のCRXファイルをダウンロード
Domain Name Registration Data Lookup (WHOIS)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a developer tool to get information about the domain that belongs to the active tab or whatever URL that is submitted via the search box. The extension connects to one or more RDAP services and provides the following meta-information related to the domain: 1. The domain name and its Registry Domain ID 2. Domain transfer status 3. Current active nameservers 4. Important dates (Expiration and Creation) 5. Registrar, technical, administrative and abuse contact info 6. Delegation Signed status
拡張機能の基本情報
名前 | Domain Name Registration Data Lookup (WHOIS) |
ID | adgbhhajdfejelgocchpbalomjopkfdm |
公式URL | https://chromewebstore.google.com/detail/domain-name-registration/adgbhhajdfejelgocchpbalomjopkfdm |
説明 | This tool gives you the ability to look up the registration data for domain names |
ファイルサイズ | 154 KB |
インストール数 | 66 |
現在のバージョン | 0.1.1 |
最終更新日 | 2020-02-04 |
公開日 | 2020-02-02 |
開発者 | brian.girko |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://add0n.com/whois.html |
ヘルプページのURL | https://add0n.com/whois.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.1", "name": "Domain Name Registration Data Lookup (WHOIS)", "description": "This tool gives you the ability to look up the registration data for domain names", "permissions": [ "storage", "activeTab", "*:\/\/www.namesilo.com\/rdap\/*", "*:\/\/rdap.verisign.com\/com\/*", "*:\/\/rdap.gandi.net\/domain\/*", "*:\/\/rdap.register.com\/rdap\/*" ], "homepage_url": "https:\/\/add0n.com\/whois.html", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "browser_action": { "default_popup": "data\/popup\/index.html" } } |