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 |
公式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 |
Eメール | [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" ] } |