Finding Website
Finding website
Finding Websiteとは何ですか?
Finding Websiteはuploadextsubmissionsによって開発されたChromeの拡張機能で、その主な機能は「Finding website」です。
拡張機能のスクリーンショット
Finding Website拡張機能のCRXファイルをダウンロード
Finding Website拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When attempting to go to a pre existing URL and the website shows unreachable or is down, redirect to current active and functional websites.
拡張機能の基本情報
名前 | |
ID | idlldedoeepbikhbklfobbgiembjdjdo |
公式URL | https://chrome.google.com/webstore/detail/finding-website/idlldedoeepbikhbklfobbgiembjdjdo |
説明 | Finding website |
ファイルサイズ | 112 KB |
インストール数 | 30,000 |
現在のバージョン | 1.0 |
最終更新日 | 2022-04-20 |
公開日 | 2022-04-20 |
評価 | 1.71/5 合計 17 レビュー |
開発者 | uploadextsubmissions |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://findingwebsite.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Mike Werner", "name": "Finding Website", "short_name": "find website", "homepage_url": "https:\/\/Findingwebsite.com", "description": "Finding website", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |