Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
Wat is Lighthouse Mirror?
Lighthouse Mirror is een Chrome-extensie ontwikkeld door Shanmukh, en de belangrijkste functie is "Check reliable lighthouse reports of the websites you visit automatically.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lighthouse Mirror
Download Lighthouse Mirror-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lighthouse Mirror is an extension to see how well the websites you visit performs. The tests are run automatically when you open the extension using a simulated mobile device remotely, throttled to a fast 3G network & 4x CPU slowdown.
Basisinformatie over de Extensie
Naam | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
Officiële URL | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
Beschrijving | Check reliable lighthouse reports of the websites you visit automatically. |
Bestandsgrootte | 23.64 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-10-17 |
Publicatiedatum | 2021-10-17 |
Ontwikkelaar | Shanmukh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lighthouse Mirror", "description": "Check reliable lighthouse reports of the websites you visit automatically.", "version": "1.0.0", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "32": "assets\/icon32.png", "128": "assets\/icon128.png" } } |