Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
Lighthouse Mirrorとは何ですか?
Lighthouse MirrorはShanmukhによって開発されたChromeの拡張機能で、その主な機能は「Check reliable lighthouse reports of the websites you visit automatically.」です。
拡張機能のスクリーンショット
Lighthouse Mirror拡張機能のCRXファイルをダウンロード
Lighthouse Mirror拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
公式URL | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
説明 | Check reliable lighthouse reports of the websites you visit automatically. |
ファイルサイズ | 23.64 KB |
インストール数 | 48 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-10-17 |
公開日 | 2021-10-17 |
開発者 | Shanmukh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |