Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
Cos'è Lighthouse Mirror?
Lighthouse Mirror è un'estensione di Chrome sviluppata da Shanmukh, e la sua funzione principale è "Check reliable lighthouse reports of the websites you visit automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lighthouse Mirror
Scarica i file di estensione Lighthouse Mirror in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
URL Ufficiale | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
Descrizione | Check reliable lighthouse reports of the websites you visit automatically. |
Dimensione del File | 23.64 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-10-17 |
Data di Pubblicazione | 2021-10-17 |
Sviluppatore | Shanmukh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |