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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Errors.net official extension Errors.net official extension
ID ijmiidfenfofcafblkimipaiapnhjeme
官方網址 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
電子郵箱 [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:\/\/*\/*"
    ]
}