React Server Timeline
This extension will display the timeline for react-server applications
React Server Timelineคืออะไร?
React Server Timeline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Redfin และคุณลักษณะหลักของมันคือ "This extension will display the timeline for react-server applications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย React Server Timeline
ดาวน์โหลดไฟล์ส่วนขยาย React Server Timeline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
คำอธิบาย | This extension will display the timeline for react-server applications |
ขนาดไฟล์ | 27.68 KB |
จำนวนการติดตั้ง | 82 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-12-01 |
วันที่เผยแพร่ | 2016-12-01 |
ผู้พัฒนา | Redfin |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.redfin.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Server Timeline", "description": "This extension will display the timeline for react-server applications", "version": "1.1", "author": "Redfin", "browser_action": { "default_icon": "react-server-icon.png", "default_popup": "popup.html", "default_title": "Generate React Server Timeline" }, "permissions": [ "tabs", "activeTab", "webRequest", "webRequestBlocking", "https:\/\/code.highcharts.com\/" ], "content_security_policy": "script-src 'unsafe-eval' https:\/\/code.highcharts.com\/; object-src 'unsafe-eval'" } |