Unofficial BlueKai Debugger
This unofficial Chrome extension will allow you to monitor BlueKai calls from your browser
什麼是Unofficial BlueKai Debugger?
Unofficial BlueKai Debugger是由rajtastic開發的Chrome擴展程式,該擴展的主要功能是“This unofficial Chrome extension will allow you to monitor BlueKai calls from your browser”。
擴展截圖
下載Unofficial BlueKai Debugger擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | bgelefkbpjoagjgcefpboeobpepncpan |
官方網址 | 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" } } |