JuMP
JuMP Tools
JuMPคืออะไร?
JuMP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JuMP Team และคุณลักษณะหลักของมันคือ "JuMP Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JuMP
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } } |