Errator

Errator brings javascript errors front and center.

Errator क्या है?

Errator Raymond May Jr. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Errator brings javascript errors front and center."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Errator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Errator is a simple yet useful extension that brings javascript errors front and center to your main Chrome toolbar.

0.0.4

Add i18n support for major languages.  Errator is 100% localizable.

0.0.3

Added options for whitelisting and blacklisting url patterns.  Errator now defaults to run only on whitelisted domains.  See the extension options to change Errator to run on all pages except those in the exclusion blacklist.

0.0.2

 Clicking the Errator icon opens a log of caught javascript errors and their stack traces in a Chrome popup.

0.0.1

Initial release                    

एक्सटेंशन की मूल जानकारी

नाम Errator Errator
ID fdgajmekgmeingahdbcogkbgnpodoihh
आधिकारिक URL https://chromewebstore.google.com/detail/errator/fdgajmekgmeingahdbcogkbgnpodoihh
विवरण Errator brings javascript errors front and center.
फ़ाइल का आकार 31.77 KB
स्थापना संख्या 1,331
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2014-01-26
प्रकाशन तिथि 2014-01-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Raymond May Jr.
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/octatone/Errator
सहायता पृष्ठ URL https://github.com/octatone/Errator/issues
समर्थित भाषाएँ de,en,fr,es,pt-BR,ru,hi,bn,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/octatone.github.com\/errator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/browserAction\/browserAction.html"
    },
    "options_page": "src\/options\/options.html",
    "permissions": [
        "debugger",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}