Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
ما هو Lighthouse؟
Lighthouse هو إضافة Chrome تم تطويرها بواسطة https://developers.google.com/web، والميزة الرئيسية لها هي "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lighthouse
قم بتنزيل ملفات الامتداد Lighthouse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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" } } |