Rebel.com WHOIS Search
Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.
什么是Rebel.com WHOIS Search?
Rebel.com WHOIS Search是由Momentous Corporation开发的Chrome扩展程序,该扩展的主要功能是“Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.”。
扩展截图
下载Rebel.com WHOIS Search扩展crx文件
下载Rebel.com WHOIS Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | oenhhgdoajmknlojhohfldhknngileff |
| 官方URL | https://chromewebstore.google.com/detail/rebelcom-whois-search/oenhhgdoajmknlojhohfldhknngileff |
| 简介 | Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service. |
| 文件大小 | 49.37 KB |
| 安装次数 | 36 |
| 当前版本 | 1.0.0.0 |
| 更新时间 | 2013-02-14 |
| 上架时间 | 2013-02-14 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Momentous Corporation |
| 付费类型 | free |
| 扩展官网 | http://www.rebel.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rebel.com WHOIS Search",
"version": "1.0.0.0",
"description": "Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.",
"background": {
"scripts": [
"popup.js"
],
"persistence": "true"
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_icon": "19-icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "16-icon.png",
"48": "48-icon.png",
"128": "128-icon.png"
},
"manifest_version": 2
} | |