Domain Info
View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more
什麼是Domain Info?
Domain Info是由https://dmns.app開發的Chrome擴展程式,該擴展的主要功能是“View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more”。
擴展截圖
下載Domain Info擴展crx文件
下載Domain Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you ever wanted to see more (public) data about a domain name, this is the extension to use. This extension started as a small project: see domain's expiry date. In time, more was added, and now the extension can show you who registered the domain, important dates (created or expiry), DNS Records or mentions in the news. Highlights: - Shows domain availability: registered, available or for sale - Show at which registrar the domain is registered - Important domain dates: registration date, expiry date - Registrant info (if public): person or company name, location and contact email - Info about Name Servers - DNS records: lists all subdomains - Domain history: timeline of domain changes in WHOIS, DNS or public sales - Does not track or record browser history. The only info used is the domain name in current tab when extension icon is clicked Change log: - v2.2 - Show friendly message when WHOIS data can't be loaded - v2.1 - Load info about IPs on mouse hover in DNS Records tab - v2 - new UI, new & faster API
擴展基本資訊
名稱 | Domain Info |
ID | afbepfhknfficaflckmgflbmklcleidl |
官方網址 | https://chromewebstore.google.com/detail/domain-info/afbepfhknfficaflckmgflbmklcleidl |
簡介 | View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more |
檔案大小 | 118 KB |
安裝次數 | 561 |
目前版本 | 2.2.0 |
更新時間 | 2024-02-01 |
上架時間 | 2020-06-30 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://dmns.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://dmns.app |
說明頁面URL | https://dmns.app/contact |
隱私政策頁面URL | https://dmns.app/policies/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Domain Info", "description": "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more", "version": "2.2.0", "icons": { "16": "icons\/icon_48.png", "32": "icons\/icon_48.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "declarativeContent", "storage" ], "action": { "default_title": "Domain Info", "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } } |