Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Cant Find Anythingとは何ですか?
Cant Find Anythingはuploadextsubmissionsによって開発されたChromeの拡張機能で、その主な機能は「To assist in figuring out why a website is down and help with finding active websites」です。
拡張機能のスクリーンショット
Cant Find Anything拡張機能のCRXファイルをダウンロード
Cant Find Anything拡張子のファイルを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 | nopknckhmahdmggkgakgfooagndhdooi |
公式URL | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
説明 | To assist in figuring out why a website is down and help with finding active websites |
ファイルサイズ | 15.53 KB |
インストール数 | 16,000 |
現在のバージョン | 1.3 |
最終更新日 | 2022-06-09 |
公開日 | 2022-04-19 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | uploadextsubmissions |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cantfindanything.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |