Preact Developer Tools
Adds debugging tools for Preact to Chrome
Preact Developer Tools क्या है?
Preact Developer Tools Preact Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds debugging tools for Preact to Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Preact Developer Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Debugging tools for Preact. This extension allows you to inspect the component hierarchy and change properties on the fly.
एक्सटेंशन की मूल जानकारी
नाम | Preact Developer Tools |
ID | ilcajpmogmhpliinlbcdebhbcanbghmd |
आधिकारिक URL | https://chromewebstore.google.com/detail/preact-developer-tools/ilcajpmogmhpliinlbcdebhbcanbghmd |
विवरण | Adds debugging tools for Preact to Chrome |
फ़ाइल का आकार | 144 KB |
स्थापना संख्या | 9,788 |
वर्तमान संस्करण | 4.7.1 |
अंतिम अपडेट | 2023-03-06 |
प्रकाशन तिथि | 2020-06-10 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | Preact Developers |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://preactjs.github.io/preact-devtools/ |
सहायता पृष्ठ URL | https://github.com/preactjs/preact-devtools/issues/ |
गोपनीयता नीति पृष्ठ URL | https://github.com/preactjs/preact-devtools/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preact Developer Tools", "description": "Adds debugging tools for Preact to Chrome", "version": "4.7.1", "devtools_page": "panel\/empty-panel.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "192": "icons\/icon-192.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16-disabled.png", "32": "icons\/icon-32-disabled.png", "48": "icons\/icon-48-disabled.png", "128": "icons\/icon-128-disabled.png", "192": "icons\/icon-192-disabled.png" }, "default_popup": "popup\/disabled.html" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |