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是由Imba Software开发的Chrome扩展程序,该扩展的主要功能是“Enhances the Chrome Page not Found Error Page with Whois, NSLookup, Domain Registration, Search, Cache and other utilities links”。

扩展截图

screenshot

下载Error Page Enhanced扩展crx文件

下载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"
    ]
}