Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Finding a New Wayとは何ですか?
Finding a New Wayはuploadextsubmissionsによって開発されたChromeの拡張機能で、その主な機能は「innovative way to find alternate websites, when the one your going to is down」です。
拡張機能のスクリーンショット
Finding a New Way拡張機能のCRXファイルをダウンロード
Finding a New Way拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When a user attempts to go to a website and the website is showing down give them alternative sites 拡張機能の基本情報
| 名前 | |
| ID | knfajdoicgljphkcobpeinoiejhgpofe |
| 公式URL | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
| 説明 | innovative way to find alternate websites, when the one your going to is down |
| ファイルサイズ | 37.51 KB |
| インストール数 | 175,094 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-05-07 |
| 公開日 | 2022-05-07 |
| 評価 | 3.78/5 合計 18 レビュー |
| 開発者 | uploadextsubmissions |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://findinganewway.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "David H",
"name": "Finding a New Way",
"short_name": "Finding a new way",
"homepage_url": "https:\/\/findinganewway.com",
"description": "innovative way to find alternate websites, when the one your going to is down",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |