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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}