Who.is Lookup
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
Wat is Who.is Lookup?
Who.is Lookup is een Chrome-extensie ontwikkeld door Miguel Batres, en de belangrijkste functie is "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.".
Extensie Screenshots
Download het CRX-bestand van de extensie Who.is Lookup
Download Who.is Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | dfoplpgihamfobjlgeefieflfbpnpffg |
| Officiële URL | https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg |
| Beschrijving | Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. |
| Bestandsgrootte | 11.43 KB |
| Aantal Installaties | 4,078 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-01-16 |
| Publicatiedatum | 2017-01-16 |
| Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Miguel Batres |
| Betalingswijze | free |
| Extensiewebsite | http://batres.co/ |
| Help Pagina-URL | http://who.is/ |
| Ondersteunde Talen | 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"
}
} | |