Errator

Errator brings javascript errors front and center.

Errator là gì?

Errator là một tiện ích mở rộng Chrome được phát triển bởi Raymond May Jr., và tính năng chính của nó là "Errator brings javascript errors front and center.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Errator

Tải xuống các tệp mở rộng Errator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Errator Errator
ID fdgajmekgmeingahdbcogkbgnpodoihh
URL Chính Thức https://chromewebstore.google.com/detail/errator/fdgajmekgmeingahdbcogkbgnpodoihh
Mô tả Errator brings javascript errors front and center.
Kích Thước Tệp 31.77 KB
Số Lần Cài Đặt 1,331
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2014-01-26
Ngày Phát Hành 2014-01-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Raymond May Jr.
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/octatone/Errator
URL Trang Trợ Giúp https://github.com/octatone/Errator/issues
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}