Who.is Lookup
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
Was ist Who.is Lookup?
Who.is Lookup ist eine Chrome-Erweiterung, die von Miguel Batres entwickelt wurde, und ihr Hauptmerkmal ist "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.".
Erweiterungsscreenshots
Who.is Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Who.is Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
Easiest way to lookup a domains Registrar Info, Important Dates, Name Servers & Raw Registrar Data! Just click the Who.is icon and be directed to the Who.is results!
I am in no way affiliated with Name.com or Who.is, I felt the need to make a good Who is Lookup Extension. So here it is! Hope you enjoy it, and is useful!
(I have permission from Name.com to use Name and Logo's) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dfoplpgihamfobjlgeefieflfbpnpffg |
| Offizielle URL | https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg |
| Beschreibung | Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. |
| Dateigröße | 11.43 KB |
| Installationsanzahl | 4,078 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-01-16 |
| Veröffentlichungsdatum | 2017-01-16 |
| Bewertung | 3.70/5 Insgesamt 10 Bewertungen |
| Entwickler | Miguel Batres |
| Zahlungsart | free |
| Erweiterungswebsite | http://batres.co/ |
| Hilfeseite URL | http://who.is/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Who.is Lookup",
"version": "1.0",
"description": "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon48.png",
"default_title": "Who.is Lookup"
}
} | |