Fix Error Direct
Instantly fix errors caused by broken websites
Fix Error Directとは何ですか?
Fix Error DirectはEugene Trekoによって開発されたChromeの拡張機能で、その主な機能は「Instantly fix errors caused by broken websites」です。
拡張機能のスクリーンショット
Fix Error Direct拡張機能のCRXファイルをダウンロード
Fix Error Direct拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you visit a website that that is broken or stopped working you typically see nothing but an error page. Our tool is built to fix this error. It allows you to easily get back to normal browsing from broken websites. If the site you've opened doesn't work anymore you'll land on a search page where you'll can submit a query or get suggestions to visit right away.
拡張機能の基本情報
名前 | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
公式URL | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
説明 | Instantly fix errors caused by broken websites |
ファイルサイズ | 13.06 KB |
インストール数 | 20,000 |
現在のバージョン | 1.2 |
最終更新日 | 2022-06-15 |
公開日 | 2022-05-17 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | Eugene Treko |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fixerrordirect.com/ |
ヘルプページのURL | https://fixerrordirect.com/?a=privacy |
プライバシーポリシーページのURL | https://newpagefinder.com?a=privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Marek M", "name": "Fix Error Direct", "short_name": "Fix Error Direct", "homepage_url": "https:\/\/fixerrordirect.com\/", "description": "Instantly fix errors caused by broken websites", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |