IntoDNS Chrome

Easy way to check the current site in IntoDNS

什么是IntoDNS Chrome?

IntoDNS Chrome是由Fisix开发的Chrome扩展程序,该扩展的主要功能是“Easy way to check the current site in IntoDNS”。

扩展截图

screenshot

下载IntoDNS Chrome扩展crx文件

下载IntoDNS Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        IntoDNS Chrome is a straightforward plug-in that allows you to query DNS statistics. With the app, you can explore the domain you're currently viewing using intoDNS in a new tab.                    

扩展基本信息

名称 IntoDNS Chrome IntoDNS Chrome
ID hmipmjjongmaabhjnllmdfehpnimjpjj
官方URL https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj
简介 Easy way to check the current site in IntoDNS
文件大小 6.32 KB
安装次数 1,446
当前版本 1.1
更新时间 2013-05-29
上架时间 2013-05-29
评分 5.00/5 共3次评分
开发者 Fisix
付费类型 free
扩展官网 http://usrben.com
支持的语言 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IntoDNS Chrome",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Easy way to check the current site in IntoDNS",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}