Meteor DevTools Evolved
The Meteor framework development tool belt, evolved.
Meteor DevTools Evolved क्या है?
Meteor DevTools Evolved leonardoventurini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Meteor framework development tool belt, evolved."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meteor DevTools Evolved एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Behold, the evolution of Meteor DevTools. Harder, Better, Faster, Stronger. 🚀 Are you beginning with Meteor? Do you want to get a sense of "what is going on" or even to optimize your Meteor app? This is the tool for you. - Distributed Data Protocol (DDP) Everything you need to track and understand what is going on under the hood of your Meteor application. The extension allows you to filter and search for any DDP message, being able to handle thousands and thousands of messages without a hiccup. - Bookmarks The DDP inspection is ephemeral, but you can save as many DDP messages you want for later search and retrieval, from any host. Be careful though, it is saved on IndexedDB. - Minimongo You don't know what data belongs to where? You can rapidly search for anything in your Minimongo data and easily visualize the documents with our blazing fast custom-made Object Treerinator. - Subscriptions View all the subscriptions active in your current Meteor application. - Performance A way to see how long Minimongo operations take due to expensive logic or re-renders. This is an open-source project, you can check the code anytime on GitHub. Any contribution or feedback would be very welcome. Let's make Meteor great again. Follow our project on GitHub: https://github.com/leonardoventurini/meteor-devtools-evolved
एक्सटेंशन की मूल जानकारी
नाम | Meteor DevTools Evolved |
ID | ibniinmoafhgbifjojidlagmggecmpgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/meteor-devtools-evolved/ibniinmoafhgbifjojidlagmggecmpgf |
विवरण | The Meteor framework development tool belt, evolved. |
फ़ाइल का आकार | 1.32 MB |
स्थापना संख्या | 5,105 |
वर्तमान संस्करण | 1.8.1 |
अंतिम अपडेट | 2023-01-30 |
प्रकाशन तिथि | 2020-06-28 |
रेटिंग | 4.80/5 कुल 15 रेटिंग्स |
डेवलपर | leonardoventurini |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/leonardoventurini/meteor-devtools-evolved |
सहायता पृष्ठ URL | https://github.com/leonardoventurini/meteor-devtools-evolved/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meteor DevTools Evolved", "description": "The Meteor framework development tool belt, evolved.", "version": "1.8.1", "author": "Leonardo Venturini", "icons": { "16": "icons\/meteor-16.png", "48": "icons\/meteor-48.png", "128": "icons\/meteor-128.png" }, "action": { "default_title": "Meteor", "default_icon": "icons\/meteor-48.png" }, "background": { "service_worker": "\/dist\/background.js" }, "content_scripts": [ { "matches": [ " |