Spectrum
This extension pipes your logs to Spectrum
Spectrum क्या है?
Spectrum REVSYS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension pipes your logs to Spectrum"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spectrum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Spectrum |
ID | jopdhoinfcaefobmlekemdaikoaaojln |
आधिकारिक URL | https://chromewebstore.google.com/detail/spectrum/jopdhoinfcaefobmlekemdaikoaaojln |
विवरण | This extension pipes your logs to Spectrum |
फ़ाइल का आकार | 57.99 KB |
स्थापना संख्या | 1,152 |
वर्तमान संस्करण | 0.5.0 |
अंतिम अपडेट | 2016-04-16 |
प्रकाशन तिथि | 2016-04-16 |
रेटिंग | 3.17/5 कुल 6 रेटिंग्स |
डेवलपर | REVSYS |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.devspectrum.com/ |
सहायता पृष्ठ URL | http://www.devspectrum.com/help/ |
समर्थित भाषाएँ | 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" ] } |