Error Director
Error Director is an easy tool to help you find alternative paths and information on errors.
Error Directorとは何ですか?
Error Directorはalyssaroberts805によって開発されたChromeの拡張機能で、その主な機能は「Error Director is an easy tool to help you find alternative paths and information on errors.」です。
拡張機能のスクリーンショット
Error Director拡張機能のCRXファイルをダウンロード
Error Director拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When the website is no longer active we give you another website close to what your looking for.
拡張機能の基本情報
名前 | |
ID | jfaiphgcmhghjjpoiieniajcimnbbafm |
公式URL | https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm |
説明 | Error Director is an easy tool to help you find alternative paths and information on errors. |
ファイルサイズ | 13 KB |
インストール数 | 90,000 |
現在のバージョン | 1.0 |
最終更新日 | 2022-05-30 |
公開日 | 2022-05-30 |
評価 | 3.00/5 合計 10 レビュー |
開発者 | alyssaroberts805 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://errordirector.com |
ヘルプページのURL | https://errordirector.com/?a=about |
プライバシーポリシーページのURL | https://errordirector.com?a=privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "alyssa roberts", "name": "Error Director ", "short_name": "Error Director ", "homepage_url": "https:\/\/errordirector.com", "description": "Error Director is an easy tool to help you find alternative paths and information on errors.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |