Vue Component Finder
Tool for locate Vue component code.
Vue Component Finderคืออะไร?
Vue Component Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย csonlai และคุณลักษณะหลักของมันคือ "Tool for locate Vue component code."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vue Component Finder
ดาวน์โหลดไฟล์ส่วนขยาย Vue Component Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
vue-component-finder is a Chrome plugin for Vue project, which help developer preview component code module and locate code file in IDE quickly. You can read https://github.com/csonlai/vue-component-finder for usage detail.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vue Component Finder |
ID | maldlhiallkfciipjnedanjjpnfaljpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vue-component-finder/maldlhiallkfciipjnedanjjpnfaljpl |
คำอธิบาย | Tool for locate Vue component code. |
ขนาดไฟล์ | 14.28 KB |
จำนวนการติดตั้ง | 2,312 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-10-23 |
วันที่เผยแพร่ | 2017-10-22 |
คะแนน | 2.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | csonlai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/csonlai/vue-component-finder |
URL หน้าช่วยเหลือ | https://github.com/csonlai/vue-component-finder |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vue Component Finder", "version": "1.0", "manifest_version": 2, "description": "Tool for locate Vue component code.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "icons": { "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "web_accessible_resources": [ "css\/index.css", "css\/highlight.css" ] } |