Error Page Enhanced

Enhances the Chrome Page not Found Error Page with Whois, NSLookup, Domain Registration, Search, Cache and other utilities links

Error Page Enhancedคืออะไร?

Error Page Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Imba Software และคุณลักษณะหลักของมันคือ "Enhances the Chrome Page not Found Error Page with Whois, NSLookup, Domain Registration, Search, Cache and other utilities links"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Error Page Enhanced

ดาวน์โหลดไฟล์ส่วนขยาย Error Page Enhanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Error Page Enhanced replaces the default Chrome Error Page when you cannot connect to a URL, with some information about the failure and links to various services to diagnose a problem, or to research, register and develop the domain.

Great for domainers who want quick access to check out available domains, for web developers to diagnose problems and for browsers to get a bit more information about why that website you love isn't working right now.

Contains:
Whois
Ping
Trace
Root Link
Google Cache
Google Search
Proxify
DNS Lookup
Register Domain
Wayback Machine
Down for Everyone

Please rate/review the extension with your feedback and I'll update with additional features requested.

NOTE: The extension HAS to change the page url. The Chrome default error page content cannot be modified by an extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Error Page Enhanced Error Page Enhanced
ID phnaagakdgflhjpekoiklejdgadnlbgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/error-page-enhanced/phnaagakdgflhjpekoiklejdgadnlbgc
คำอธิบาย Enhances the Chrome Page not Found Error Page with Whois, NSLookup, Domain Registration, Search, Cache and other utilities links
ขนาดไฟล์ 53.67 KB
จำนวนการติดตั้ง 436
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2015-08-09
วันที่เผยแพร่ 2015-08-09
คะแนน 4.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Imba Software
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/bobbigmac
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Error Page Enhanced",
    "description": "Enhances the Chrome Page not Found Error Page with Whois, NSLookup, Domain Registration, Search, Cache and other utilities links",
    "version": "1.0.3",
    "manifest_version": 2,
    "author": "Bob Davies, Imba Software",
    "homepage_url": "http:\/\/bobbigmac.com",
    "background": {
        "scripts": [
            "modErrorPage.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "web_accessible_resources": [
        "ErrorPageEnhanced.html",
        "ErrorPageEnhanced.js"
    ]
}