JuMP

JuMP Tools

什么是JuMP?

JuMP是由JuMP Team开发的Chrome扩展程序,该扩展的主要功能是“JuMP Tools”。

扩展截图

screenshot

下载JuMP扩展crx文件

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

扩展使用说明

                        With JuMP tools extention for Chrome you will get below functions:

1. You can get Sq.Ft. (Sq.M.) measurement of your showcase with one click on the JuMP Tools icon on your Chrome tools bar. (Note: Support public showcase only.)
 
2. You can access new functions from JuMP team in the future.

Thank you for selecting JuMP team to be your partner.

JuMP team from Beijing China                    

扩展基本信息

名称 JuMP JuMP
ID ibkfpipnomcljdohclfpopmdcfehnkbf
官方URL https://chromewebstore.google.com/detail/jump/ibkfpipnomcljdohclfpopmdcfehnkbf
简介 JuMP Tools
文件大小 20.01 KB
安装次数 170
当前版本 1.021
更新时间 2018-03-28
上架时间 2018-03-28
评分 5.00/5 共2次评分
开发者 JuMP Team
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.iit3d.com/pop/JuMP-POP-v1.0.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JuMP",
    "description": "JuMP Tools",
    "version": "1.021",
    "page_action": {
        "default_icon": "jumponly128.png",
        "default_title": "JuMP Tools",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "declarativeContent",
        "*:\/\/*.matterport.com\/",
        "*:\/\/*.matterportvr.cn\/",
        "*:\/\/*.iit3d.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "test.js"
            ],
            "matches": [
                "https:\/\/my.matterportvr.cn\/showcase-beta?m=*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "testuv.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/uvshowbeta.html"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "homepage_url": "http:\/\/www.iit3d.com\/pop\/JuMP-POP-v1.0.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}