JuMP
JuMP Tools
ما هو JuMP؟
JuMP هو إضافة Chrome تم تطويرها بواسطة JuMP Team، والميزة الرئيسية لها هي "JuMP Tools".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JuMP
قم بتنزيل ملفات الامتداد JuMP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |