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