Demo React-Chrome extension
This extension shows how to run a React app as a Chrome extension
Demo React-Chrome extensionคืออะไร?
Demo React-Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension shows how to run a React app as a Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Demo React-Chrome extension
ดาวน์โหลดไฟล์ส่วนขยาย Demo React-Chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lfdbbeghkccngnehlhblimjkcididlbp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/demo-react-chrome-extensi/lfdbbeghkccngnehlhblimjkcididlbp |
| คำอธิบาย | This extension shows how to run a React app as a Chrome extension |
| ขนาดไฟล์ | 465 KB |
| จำนวนการติดตั้ง | 40 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2016-11-08 |
| วันที่เผยแพร่ | 2016-11-08 |
| ผู้พัฒนา | Unknown |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Demo React-Chrome extension",
"description": "This extension shows how to run a React app as a Chrome extension",
"version": "1.0",
"browser_action": {
"default_icon": "logo_small.png",
"default_popup": "index.html"
}
} | |