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