Spectrum

This extension pipes your logs to Spectrum

Spectrumคืออะไร?

Spectrum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย REVSYS และคุณลักษณะหลักของมันคือ "This extension pipes your logs to Spectrum"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spectrum

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}