Whats This Error

Learn what different errors are when you encoutner them online with Whats This Error.

什麼是Whats This Error?

Whats This Error是由hank richardson開發的Chrome擴展程式,該擴展的主要功能是“Learn what different errors are when you encoutner them online with Whats This Error.”。

擴展截圖

screenshot
screenshot
screenshot

下載Whats This Error擴展crx文件

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

擴展使用說明

                        Navigate the web with confidence using whatsthiserror.com, your essential Chrome extension for understanding and resolving internet errors. In partnership with Bing, Yahoo, and other affiliates, whatsthiserror.com enhances your browsing experience by offering instant insights into various web errors.

Key Features:

Error Code Insights: Encounter an error page? Get clear, concise explanations for various HTTP and NX domain errors at a glance. Understand what each error means and how to address it.

Affiliate Partner Integration: Leveraging the knowledge base of our partners like Bing and Yahoo, whatsthiserror.com provides comprehensive and accurate information to troubleshoot errors.

Web Page Load Analysis: Unsure if it's your internet connection or just the website? Our extension helps analyze web page load issues, enabling you to identify the root cause of browsing disruptions.

User-Friendly Interface: Designed for everyday users, the extension offers a straightforward, intuitive interface. Get the information you need without the technical jargon.

Enhanced Browsing Experience: Reduce frustration and save time. Whether it's a temporary glitch or a more complex issue, whatsthiserror.com equips you with the knowledge to understand and potentially resolve browsing problems.

Start using whatsthiserror.com today and transform how you interact with the web. Say goodbye to confusion over web errors and hello to smoother, more informed browsing!

Whats This Error, is a proud affiliate and approved partner of errors.net, offering an enhanced errors.net experience directly to our users.                    

擴展基本資訊

名稱 Whats This Error Whats This Error
ID pbbjgiekknkdfdjgbfhfhpanadhjcndg
官方網址 https://chromewebstore.google.com/detail/whats-this-error/pbbjgiekknkdfdjgbfhfhpanadhjcndg
簡介 Learn what different errors are when you encoutner them online with Whats This Error.
檔案大小 14.83 KB
安裝次數 3,000
目前版本 1.3
更新時間 2024-02-04
上架時間 2024-02-04
評分 3.00/5 共 2 次評分
開發者 hank richardson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://whatsthiserror.com
說明頁面URL https://whatsthiserror.com/privacy
隱私政策頁面URL https://whatsthiserror.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whats This Error",
    "homepage_url": "https:\/\/whatsthiserror.com",
    "description": "Learn what different errors are when you encoutner them online with Whats This Error.",
    "version": "1.3",
    "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:\/\/*\/*"
    ]
}