Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
Co je Lighthouse Mirror?
Lighthouse Mirror je rozšíření Chrome vyvinuté Shanmukh, a jeho hlavní funkcí je „Check reliable lighthouse reports of the websites you visit automatically.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lighthouse Mirror
Stáhněte si soubory rozšíření Lighthouse Mirror ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
Oficiální URL | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
Popis | Check reliable lighthouse reports of the websites you visit automatically. |
Velikost souboru | 23.64 KB |
Počet instalací | 48 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-10-17 |
Datum Vydání | 2021-10-17 |
Vývojář | Shanmukh |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |