Errors.net official extension
The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
Errors.net official extensionとは何ですか?
Errors.net official extensionはhttp://errors.netによって開発されたChromeの拡張機能で、その主な機能は「The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.」です。
拡張機能のスクリーンショット
Errors.net official extension拡張機能のCRXファイルをダウンロード
Errors.net official extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Server and DNS errors are boring. Errors.net takes internet errors and turns them into beautiful webpages that are full of useful information, relevant offers, and an easy to use search bar (search results provided by Yahoo!). Add the official Errors.net extension today and you won't have to look at a boring internet error page ever again.
New with version 2.0 we are displaying page load times, performance metrics and site unavailability data. This is used to display geo-data on a live map on errors.net showing network and website errors by region. 拡張機能の基本情報
| 名前 | |
| ID | ijmiidfenfofcafblkimipaiapnhjeme |
| 公式URL | https://chrome.google.com/webstore/detail/errorsnet-official-extens/ijmiidfenfofcafblkimipaiapnhjeme |
| 説明 | The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted. |
| ファイルサイズ | 25.67 KB |
| インストール数 | 395,828 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-03-13 |
| 公開日 | 2022-06-15 |
| 評価 | 3.50/5 合計 22 レビュー |
| 開発者 | http://errors.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://errors.net/ |
| ヘルプページのURL | https://errors.net/ |
| プライバシーポリシーページのURL | https://errors.net/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Errors.net official extension",
"homepage_url": "https:\/\/errors.net",
"description": "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.",
"version": "2.0",
"manifest_version": 3,
"background": {
"service_worker": "worker.js"
},
"action": {
"default_icon": "logo-128.png"
},
"icons": {
"128": "logo-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"performance.js"
]
}
],
"permissions": [
"webRequest",
"webNavigation",
"storage",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |