New way look
find a website when the one you go to is down
New way lookとは何ですか?
New way lookはdgar16589によって開発されたChromeの拡張機能で、その主な機能は「find a website when the one you go to is down」です。
拡張機能のスクリーンショット
New way look拡張機能のCRXファイルをダウンロード
New way look拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
拡張機能の基本情報
名前 | |
ID | dckfeefbegoiajkgbipebibkhkoeiibj |
公式URL | https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj |
説明 | find a website when the one you go to is down |
ファイルサイズ | 14.51 KB |
インストール数 | 100,000 |
現在のバージョン | 1.0 |
最終更新日 | 2022-05-31 |
公開日 | 2022-05-31 |
評価 | 3.14/5 合計 7 レビュー |
開発者 | dgar16589 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://newwaylook.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David Gar", "name": "New way look", "short_name": "New way look", "homepage_url": "https:\/\/newwaylook.com", "description": "find a website when the one you go to is down", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |