R1P Resolve IP
Takes current domain name and returns IP Address and other...
什么是R1P Resolve IP?
R1P Resolve IP是由Enrico Fanucchi开发的Chrome扩展程序,该扩展的主要功能是“Takes current domain name and returns IP Address and other...”。
扩展截图
下载R1P Resolve IP扩展crx文件
下载R1P Resolve IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Takes current domain name and returns IP Address and other functionalities... Changelog: - Ver 1.3.0 Optimize code and fixed bugs - Ver 1.2.8 Fixed minor bugs - Ver 1.2.5 Options in popup and Remember options choosed - Ver 1.2 Change GUI - Ver 1.1 Fixed minor bugs - Ver 1.0 Final Release - Update 0.9 Change Layout Design. - Update 0.8 Add Option Featured Proxy ip - Update 0.7 Add Option Featured Domain Whois service - Update 0.6 Add Options Tab for enable and disable featured. - Update 0.5 Optimize code and bug fix - Update 0.4 Introduced new featured Ip Country - Update 0.3 Bug Fix - Update 0.2 First release publish - Update 0.1 Start Project
扩展基本信息
名称 | R1P Resolve IP |
ID | lhmkjhoknedemninacdmficmlfoihmpd |
官方URL | https://chromewebstore.google.com/detail/r1p-resolve-ip/lhmkjhoknedemninacdmficmlfoihmpd |
简介 | Takes current domain name and returns IP Address and other... |
文件大小 | 101 KB |
安装次数 | 39 |
当前版本 | 1.3.0 |
更新时间 | 2017-03-16 |
上架时间 | 2017-03-16 |
评分 | 5.00/5 共8次评分 |
开发者 | Enrico Fanucchi |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "R1P Resolve IP", "version": "1.3.0", "manifest_version": 2, "description": "Takes current domain name and returns IP Address and other...", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "img\/x18.png", "48": "img\/x48.png", "128": "img\/x128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Click for resolve current IP" }, "permissions": [ "tabs", "storage" ] } |