Vue Component Finder
Tool for locate Vue component code.
Vue Component Finder क्या है?
Vue Component Finder csonlai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for locate Vue component code."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vue Component Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |