Who.is Lookup
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
What is Who.is Lookup?
Who.is Lookup is a Chrome extension developed by Miguel Batres, and its main feature is "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.".
Extension Screenshots
Download Who.is Lookup Extension CRX File
Download Who.is Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Who.is Lookup |
ID | dfoplpgihamfobjlgeefieflfbpnpffg |
Official URL | https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg |
Description | Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. |
File Size | 11.43 KB |
Installation Count | 4,078 |
Current Version | 1.0 |
Last Updated | 2017-01-16 |
Publish Date | 2017-01-16 |
Rating | 3.70/5 Total 10 Ratings |
Developer | Miguel Batres |
Payment Type | free |
Extension Website | http://batres.co/ |
Help Page URL | http://who.is/ |
Supported Languages | 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" } } |