Errors Notify

Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.

什麼是Errors Notify?

Errors Notify是由Eli Mills開發的Chrome擴展程式,該擴展的主要功能是“Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.”。

擴展截圖

screenshot

下載Errors Notify擴展crx文件

下載Errors Notify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Errors Notify is a powerful extension designed to enhance your browsing experience by providing a seamless, error-free environment. This innovative tool aims to assist novice internet users who encounter NX domain error codes, empowering them to understand the complexities of error codes on the internet while ensuring the safety of their personal data.

Here's what Errors Notify can do for you:

Clear and Comprehensive Explanations: Gain a deep understanding of error codes with our extension's advanced software, which offers insightful explanations, taking you on a journey into the world of the wide web.

Instant Access to Relevant Articles: Unlock a treasure trove of informative articles that provide cognitive insights into error codes, helping you grasp their significance quickly and easily.

Website Load Times and Statistics: Errors Notify not only assists with error codes but also shares valuable website load times and other essential statistics, keeping you informed about the performance of the websites you visit.

Trusted Partnerships: We have collaborated with prominent platforms like errors.net, Yahoo.com, and others, to ensure that you receive expert assistance when encountering domain errors on websites.

Embrace Errors Notify today and embark on a browsing journey free from the frustrations of error codes. Let Errors Notify be your ultimate companion in navigating the vast landscape of the internet.                    

擴展基本資訊

名稱 Errors Notify Errors Notify
ID cbnlonmcamfngahgiekmdbehhibhnolb
官方網址 https://chromewebstore.google.com/detail/errors-notify/cbnlonmcamfngahgiekmdbehhibhnolb
簡介 Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.
檔案大小 13.87 KB
安裝次數 9,505
目前版本 2.0
更新時間 2023-08-01
上架時間 2023-07-31
開發者 Eli Mills
電子郵箱 [email protected]
付費類型 free
擴展官網 https://errorsnotify.com/
說明頁面URL https://errorsnotify.com/
隱私政策頁面URL https://ErrorsNotify.com?a=privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Errors Notify",
    "homepage_url": "https:\/\/ErrorsNotify.com",
    "description": "Errors Notify helps novices browse the internet, for understanding through tips, explanations & knowledge bases for errors.",
    "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"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}