WPT Lighthouse Calc
Calculate Lighthouse scores from WPT results.
ما هو WPT Lighthouse Calc؟
WPT Lighthouse Calc هو إضافة Chrome تم تطويرها بواسطة Ramit Mittal، والميزة الرئيسية لها هي "Calculate Lighthouse scores from WPT results.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WPT Lighthouse Calc
قم بتنزيل ملفات الامتداد WPT Lighthouse Calc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Open the Lighthouse Scoring Calculator with values from a WPT test results page. Simply visit a WPT test result page and press the activation shortcut. The Lighthouse score will open in a new tab. This extension is also compatible with private WPT instances. Make sure you enable the activation shortcut from your extension settings.
معلومات أساسية عن التمديد
الاسم | |
ID | jdgkljapgdgdkfbkoekdpjnbolgefdbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb |
الوصف | Calculate Lighthouse scores from WPT results. |
حجم الملف | 7.95 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-04-25 |
تاريخ النشر | 2021-08-21 |
المطور | Ramit Mittal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ramitmittal/wpt-lighthouse-calc |
عنوان صفحة المساعدة | https://github.com/ramitmittal/wpt-lighthouse-calc |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WPT Lighthouse Calc", "description": "Calculate Lighthouse scores from WPT results.", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "service_worker": "sw.js" }, "commands": { "open": { "suggested_key": "Alt+L", "description": "Open Lighthouse Scorecalc page from WPT results" } }, "permissions": [ "activeTab", "tabs" ] } |