React Stores Devtools Extension
Better experience for debug your react stores with chrome devtools extension
React Stores Devtools Extensionとは何ですか?
React Stores Devtools Extensionはkonstantin24121によって開発されたChromeの拡張機能で、その主な機能は「Better experience for debug your react stores with chrome devtools extension」です。
拡張機能のスクリーンショット
React Stores Devtools Extension拡張機能のCRXファイルをダウンロード
React Stores Devtools Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Debug your react stores with chrome devtools extension.
- 🔍 Inspect stores current state
- 📜 Check store history step-by-step
- 🔬 Compare diff between states
- 📨 Dispatch state directly from devtools
- 🍔 Clickable stack trace for history and listners
- 🚀 Use in production build
- 📦 Works with isolated stores
- 🎨 Familiar native chrome themes 拡張機能の基本情報
| 名前 | |
| ID | jofikieipejiceaccabdhlbedbfhogkm |
| 公式URL | https://chromewebstore.google.com/detail/react-stores-devtools-ext/jofikieipejiceaccabdhlbedbfhogkm |
| 説明 | Better experience for debug your react stores with chrome devtools extension |
| ファイルサイズ | 716 KB |
| インストール数 | 1,897 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2020-03-05 |
| 公開日 | 2020-03-04 |
| 開発者 | konstantin24121 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ibitcy.github.io/react-stores/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "React Stores Devtools Extension",
"version": "1.0.0",
"description": "Better experience for debug your react stores with chrome devtools extension",
"short_name": "React Stores Inspector",
"devtools_page": "main.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |