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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://errors.net และคุณลักษณะหลักของมันคือ "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Errors.net official extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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:\/\/*\/*"
    ]
}