React Server Timeline
This extension will display the timeline for react-server applications
React Server Timeline là gì?
React Server Timeline là một tiện ích mở rộng Chrome được phát triển bởi Redfin, và tính năng chính của nó là "This extension will display the timeline for react-server applications".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng React Server Timeline
Tải xuống các tệp mở rộng React Server Timeline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
URL Chính Thức | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
Mô tả | This extension will display the timeline for react-server applications |
Kích Thước Tệp | 27.68 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-12-01 |
Ngày Phát Hành | 2016-12-01 |
Nhà Phát Triển | Redfin |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.redfin.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |