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 |
| 公式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'"
} | |