Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
Forget 404sとは何ですか?
Forget 404sはwilによって開発されたChromeの拡張機能で、その主な機能は「Provides optional alternatives instead of the user getting frustrated with 404 pages.」です。
拡張機能のスクリーンショット
Forget 404s拡張機能のCRXファイルをダウンロード
Forget 404s拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.
拡張機能の基本情報
名前 | |
ID | ighgdclfnamomoacncjldkncobhjhioe |
公式URL | https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe |
説明 | Provides optional alternatives instead of the user getting frustrated with 404 pages. |
ファイルサイズ | 6.88 KB |
インストール数 | 20,707 |
現在のバージョン | 1.0 |
最終更新日 | 2022-04-21 |
公開日 | 2022-04-21 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | wil |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://forget-404s.com |
ヘルプページのURL | https://forget-404s.com/?a=about |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Wil B", "name": "Forget 404s", "short_name": "Forget 404s", "homepage_url": "https:\/\/forget-404s.com", "description": "Provides optional alternatives instead of the user getting frustrated with 404 pages.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |