Errator
Errator brings javascript errors front and center.
Wat is Errator?
Errator is een Chrome-extensie ontwikkeld door Raymond May Jr., en de belangrijkste functie is "Errator brings javascript errors front and center.".
Extensie Screenshots
Download het CRX-bestand van de extensie Errator
Download Errator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Errator |
ID | fdgajmekgmeingahdbcogkbgnpodoihh |
Officiële URL | https://chromewebstore.google.com/detail/errator/fdgajmekgmeingahdbcogkbgnpodoihh |
Beschrijving | Errator brings javascript errors front and center. |
Bestandsgrootte | 31.77 KB |
Aantal Installaties | 1,331 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2014-01-26 |
Publicatiedatum | 2014-01-26 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Raymond May Jr. |
Betalingswijze | free |
Extensiewebsite | https://github.com/octatone/Errator |
Help Pagina-URL | https://github.com/octatone/Errator/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } |