Domquest
Conquer the DOM.
Domquest क्या है?
Domquest nickolasburr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Conquer the DOM."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Domquest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Domquest is a Chrome extension that puts important DevTools information in a convenient popup. Features include a waterfall for events and resources, as well as information on notable elements. Domquest is updated on a rolling weekly basis and we continue to add features we think are helpful. If you're experiencing issues or would like to see a feature added, click on Support and visit our Google Group. 2.45 - Several Performance Updates; Added Clear Cache Button; 2.61 - Several redesigns, including a Settings panel; Fixed 'More' button to expand and retract accordingly; Performance Enhancements; 2.92 - Major feature updates, including code snippets and toggle resource information. You can now click on an element name and it will pop out into a new tab and display the element source. On the Resource Waterfall, you can click on a resource name and it will toggle information specific to that resource. 2.95 - Fixed bug where a new tab would return to the wrong tab 2.99 - Fixed more tab-related bugs 3.0.0 - Major performance updates; Solved tab issues; Solved snippet issues;
एक्सटेंशन की मूल जानकारी
नाम | Domquest |
ID | bakbdejljhcmgljjhcjpnidngfkpfhin |
आधिकारिक URL | https://chromewebstore.google.com/detail/domquest/bakbdejljhcmgljjhcjpnidngfkpfhin |
विवरण | Conquer the DOM. |
फ़ाइल का आकार | 32.3 KB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 3.0.2 |
अंतिम अपडेट | 2017-03-14 |
प्रकाशन तिथि | 2017-03-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | nickolasburr |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://groups.google.com/forum/#!forum/domquest |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domquest", "description": "Conquer the DOM.", "version": "3.0.2", "background": { "scripts": [ "js\/event.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/layers-icon.png", "default_popup": "dashboard.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |