Debugger Timeout
The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
Debugger Timeout क्या है?
Debugger Timeout nunibaranes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Debugger Timeout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How to use the Debugger Timeout: The devtools must be open, so that the extension will work properly. Sometimes we need to inspect elements that are hard to grab during DOM events like mouse over ,drag and drop, etc. Therefore the solution is to fire a debugger, exactly when it’s necessary. We appreciate that you tried the Debugger Timeout! If you have comments or requests to improve, please report them on the GitHub repository or send us a direct message.
एक्सटेंशन की मूल जानकारी
नाम | Debugger Timeout |
ID | elmehliiloojeenadcoppopohddbjgfk |
आधिकारिक URL | https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk |
विवरण | The best extension to set a timed debugger to inspect hard-to-grab elements on web pages |
फ़ाइल का आकार | 177 KB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-09-21 |
प्रकाशन तिथि | 2021-10-07 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | nunibaranes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "name": "Debugger Timeout", "description": "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages", "action": { "default_popup": "popup.html", "default_title": "Debugger Timeout", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ " |