Unofficial BlueKai Debugger

This unofficial Chrome extension will allow you to monitor BlueKai calls from your browser

Unofficial BlueKai Debuggerคืออะไร?

Unofficial BlueKai Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajtastic และคุณลักษณะหลักของมันคือ "This unofficial Chrome extension will allow you to monitor BlueKai calls from your browser"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Unofficial BlueKai Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Unofficial BlueKai Debugger Chrome extension will allow you to simply monitor requests from your browser to BlueKai for the purpose of debugging.

To use, open Chrome DevTools and select the "BlueKai Debugger" tab (press F12 on windows or CMD + I on a Mac to open Chrome DevTools)

VERSION HISTORY

### 1.6 ###
Adding hot key hints for opening debugger

### 1.5 ###
Added pop-up text to BlueKai button on click to give instructions to open DevTools to open                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unofficial BlueKai Debugger Unofficial BlueKai Debugger
ID bgelefkbpjoagjgcefpboeobpepncpan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unofficial-bluekai-debugg/bgelefkbpjoagjgcefpboeobpepncpan
คำอธิบาย This unofficial Chrome extension will allow you to monitor BlueKai calls from your browser
ขนาดไฟล์ 536 KB
จำนวนการติดตั้ง 299
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2017-05-30
วันที่เผยแพร่ 2017-05-30
ผู้พัฒนา rajtastic
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unofficial BlueKai Debugger",
    "version": "1.6",
    "minimum_chrome_version": "10.0",
    "description": "This unofficial Chrome extension will allow you to monitor BlueKai calls from your browser",
    "devtools_page": "devtools.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Unofficial BlueKai Debugger",
        "default_popup": "icon_click_popup.html"
    }
}