Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Lighthouse क्या है?
Lighthouse https://developers.google.com/web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lighthouse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. When auditing a page, Lighthouse runs a barrage of tests against the page, and then generates a report on how well the page did. From here you can use the failing tests as indicators on what you can do to improve your app. * Quick-start guide on using Lighthouse: https://developers.google.com/web/tools/lighthouse/ * View and share reports online: https://googlechrome.github.io/lighthouse/viewer/ * Github source and details: https://github.com/GoogleChrome/lighthouse
एक्सटेंशन की मूल जानकारी
नाम | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
आधिकारिक URL | https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
विवरण | Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. |
फ़ाइल का आकार | 22.08 KB |
स्थापना संख्या | 1,242,056 |
वर्तमान संस्करण | 100.0.0.3 |
अंतिम अपडेट | 2023-08-24 |
प्रकाशन तिथि | 2019-11-19 |
रेटिंग | 4.43/5 कुल 293 रेटिंग्स |
डेवलपर | https://developers.google.com/web |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://developers.google.com/web/tools/lighthouse/ |
सहायता पृष्ठ URL | https://github.com/GoogleChrome/lighthouse/issues/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lighthouse", "version": "100.0.0.3", "minimum_chrome_version": "88", "manifest_version": 3, "description": "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.", "icons": { "16": "images\/lh_favicon_16x16.png", "128": "images\/lh_logo_128x128.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_icon": { "32": "images\/lh_favicon_32x32.png" }, "default_title": "Lighthouse", "default_popup": "popup.html" } } |