Spectrum
This extension pipes your logs to Spectrum
什麼是Spectrum?
Spectrum是由REVSYS開發的Chrome擴展程式,該擴展的主要功能是“This extension pipes your logs to Spectrum”。
擴展截圖
下載Spectrum擴展crx文件
下載Spectrum擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |