Vue Component Finder
Tool for locate Vue component code.
Vue Component Finder là gì?
Vue Component Finder là một tiện ích mở rộng Chrome được phát triển bởi csonlai, và tính năng chính của nó là "Tool for locate Vue component code.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vue Component Finder
Tải xuống các tệp mở rộng Vue Component Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vue Component Finder |
ID | maldlhiallkfciipjnedanjjpnfaljpl |
URL Chính Thức | https://chromewebstore.google.com/detail/vue-component-finder/maldlhiallkfciipjnedanjjpnfaljpl |
Mô tả | Tool for locate Vue component code. |
Kích Thước Tệp | 14.28 KB |
Số Lần Cài Đặt | 2,312 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-10-23 |
Ngày Phát Hành | 2017-10-22 |
Đánh Giá | 2.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | csonlai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/csonlai/vue-component-finder |
URL Trang Trợ Giúp | https://github.com/csonlai/vue-component-finder |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |