Redux DevTools
Redux DevTools for debugging application's state changes.
Redux DevToolsคืออะไร?
Redux DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Redux DevTools และคุณลักษณะหลักของมันคือ "Redux DevTools for debugging application's state changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redux DevTools
ดาวน์โหลดไฟล์ส่วนขยาย Redux DevTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension provides power-ups for your Redux development workflow. Apart from Redux, it can be used with any other architectures which handle the state. This is an open source project. See the official repository for more details: https://github.com/reduxjs/redux-devtools
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redux DevTools |
ID | lmhkpmbekcpmknklioeibfkpmmfibljd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd |
คำอธิบาย | Redux DevTools for debugging application's state changes. |
ขนาดไฟล์ | 1.79 MB |
จำนวนการติดตั้ง | 1,907,160 |
เวอร์ชันปัจจุบัน | 3.1.6 |
อัปเดตครั้งล่าสุด | 2023-12-14 |
วันที่เผยแพร่ | 2018-12-19 |
คะแนน | 4.64/5 รวมทั้งหมด 691 คะแนน |
ผู้พัฒนา | Redux DevTools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/reduxjs/redux-devtools/tree/master/extension |
URL หน้าช่วยเหลือ | https://github.com/reduxjs/redux-devtools/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "version": "3.1.6", "name": "Redux DevTools", "description": "Redux DevTools for debugging application's state changes.", "homepage_url": "https:\/\/github.com\/reduxjs\/redux-devtools", "manifest_version": 2, "page_action": { "default_icon": "img\/logo\/gray.png", "default_title": "Redux DevTools", "default_popup": "window.html#popup" }, "commands": { "devtools-left": { "description": "DevTools window to left" }, "devtools-right": { "description": "DevTools window to right" }, "devtools-bottom": { "description": "DevTools window to bottom" }, "devtools-remote": { "description": "Remote DevTools" }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } }, "icons": { "16": "img\/logo\/16x16.png", "48": "img\/logo\/48x48.png", "128": "img\/logo\/128x128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |