Errator

Errator brings javascript errors front and center.

什麼是Errator?

Errator是由Raymond May Jr.開發的Chrome擴展程式,該擴展的主要功能是“Errator brings javascript errors front and center.”。

擴展截圖

screenshot
screenshot
screenshot

下載Errator擴展crx文件

下載Errator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}