Findify Devtools
This extension allow developers to modify and extend React components and Styles of Findify bundle
Findify Devtoolsคืออะไร?
Findify Devtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย warren และคุณลักษณะหลักของมันคือ "This extension allow developers to modify and extend React components and Styles of Findify bundle"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Findify Devtools
ดาวน์โหลดไฟล์ส่วนขยาย Findify Devtools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Findify Chrome extension DevTool v1.0.0 gives the ability to modify the default behaviors of the components and preview the changes in realtime. This can be used only by user that have Findify Merchand Dashboard authentication. At the moment, this new version is in TESTING phase and available only for latest version of the MJS Findify Bundle. If there are any doubts related, please do not hesitate to contact us, https://findify.io/contact-us
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Findify Devtools |
ID | meppjdgndcoeaojgbimpgcaoabehjneh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/findify-devtools/meppjdgndcoeaojgbimpgcaoabehjneh |
คำอธิบาย | This extension allow developers to modify and extend React components and Styles of Findify bundle |
ขนาดไฟล์ | 20.37 MB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-07-26 |
วันที่เผยแพร่ | 2022-07-25 |
ผู้พัฒนา | warren |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://findify.io/ |
URL หน้าช่วยเหลือ | https://findify.io/contact-us |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Findify Devtools", "manifest_version": 3, "description": "This extension allow developers to modify and extend React components and Styles of Findify bundle", "icons": { "128": "assets\/logo-disabled.png" }, "action": { "default_popup": "auth.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "inject.js", "editor.js", "editor.html", "auth.html", "auth.js", "editor.worker.js", "css.worker.js", "typings.worker.js", "vendor.chunk.js", "webpack-inject.js", "*.chunk.js" ], "matches": [ " |