Spectrum

This extension pipes your logs to Spectrum

Was ist Spectrum?

Spectrum ist eine Chrome-Erweiterung, die von REVSYS entwickelt wurde, und ihr Hauptmerkmal ist "This extension pipes your logs to Spectrum".

Erweiterungsscreenshots

Spectrum-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spectrum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Spectrum is a desktop app that gives developers the power to show or hide exactly the logging information they want to see with just a couple of clicks.  This Chrome extension makes it trivial to push your Javascript logs into Spectrum while you are developing locally.

You just need to setup a stream inside the Spectrum app, install this extension and your console.log and console.dir output will be visible and filterable in your Spectrum app.                    

Grundlegende Informationen zur Erweiterung

Name Spectrum Spectrum
ID jopdhoinfcaefobmlekemdaikoaaojln
Offizielle URL https://chromewebstore.google.com/detail/spectrum/jopdhoinfcaefobmlekemdaikoaaojln
Beschreibung This extension pipes your logs to Spectrum
Dateigröße 57.99 KB
Installationsanzahl 1,152
Aktuelle Version 0.5.0
Letztes Update 2016-04-16
Veröffentlichungsdatum 2016-04-16
Bewertung 3.17/5 Insgesamt 6 Bewertungen
Entwickler REVSYS
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.devspectrum.com/
Hilfeseite URL http://www.devspectrum.com/help/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spectrum",
    "description": "This extension pipes your logs to Spectrum",
    "version": "0.5.0",
    "browser_action": {
        "default_icon": {
            "18": "icons\/18-gray.png",
            "19": "icons\/19-gray.png",
            "32": "icons\/32-gray.png",
            "36": "icons\/36-gray.png",
            "38": "icons\/38-gray.png",
            "64": "icons\/64-gray.png"
        },
        "default_title": "Logging to Spectrum is not enabled"
    },
    "background": {
        "scripts": [
            "bundles\/common.bundle.js",
            "bundles\/background-script.bundle.js"
        ]
    },
    "web_accessible_resources": [
        "bundles\/spectrum.bundle.js",
        "bundles\/common.bundle.js"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}