React Server Timeline
This extension will display the timeline for react-server applications
什麼是React Server Timeline?
React Server Timeline是由Redfin開發的Chrome擴展程式,該擴展的主要功能是“This extension will display the timeline for react-server applications”。
擴展截圖
下載React Server Timeline擴展crx文件
下載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 |
| 官方網址 | 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'"
} | |