meteor-server-console
Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
meteor-server-consoleคืออะไร?
meteor-server-console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gandev.de และคุณลักษณะหลักของมันคือ "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย meteor-server-console
ดาวน์โหลดไฟล์ส่วนขยาย meteor-server-console ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The meteor-server-console extensions adds a panel to your chrome devtools with which you can do roughly the following things: - eval js in server context - start tinytest for specific packages - execute git commands or things like create package in meteor project - show server app/tinytest logs Check out www.meteor.com !!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | meteor-server-console |
ID | eofffbjbjcfkmmoeiaokkhhpmajmbpni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni |
คำอธิบาย | Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output. |
ขนาดไฟล์ | 399 KB |
จำนวนการติดตั้ง | 270 |
เวอร์ชันปัจจุบัน | 0.5.1 |
อัปเดตครั้งล่าสุด | 2014-09-08 |
วันที่เผยแพร่ | 2014-09-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | gandev.de |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gandev/meteor-server-console |
URL หน้าช่วยเหลือ | https://github.com/gandev/meteor-server-console |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "meteor-server-console", "version": "0.5.1", "description": "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results\/log output.", "devtools_page": "panel.html", "icons": { "128": "meteor.png" }, "minimum_chrome_version": "18", "manifest_version": 2 } |