JuMP
JuMP Tools
JuMPとは何ですか?
JuMPはJuMP Teamによって開発されたChromeの拡張機能で、その主な機能は「JuMP Tools」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } } |