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