Is it react?
This extension shows DOM nodes controlled by react
Is it react?คืออะไร?
Is it react? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension shows DOM nodes controlled by react"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is it react?
ดาวน์โหลดไฟล์ส่วนขยาย Is it react? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Is it react? |
ID | pnpgiaegonijpadcecieeehgopaicjhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/is-it-react/pnpgiaegonijpadcecieeehgopaicjhp |
คำอธิบาย | This extension shows DOM nodes controlled by react |
ขนาดไฟล์ | 286 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-07-01 |
วันที่เผยแพร่ | 2015-07-01 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Is it react?", "description": "This extension shows DOM nodes controlled by react", "version": "1.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |