ezPAARSE Logger (Extension)
Capture the web traffic and send it to the logger application
什麼是ezPAARSE Logger (Extension)?
ezPAARSE Logger (Extension)是由ezpaarse開發的Chrome擴展程式,該擴展的主要功能是“Capture the web traffic and send it to the logger application”。
下載ezPAARSE Logger (Extension)擴展crx文件
下載ezPAARSE Logger (Extension)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Companion extension for the ezPAARSE logger web app. Let you capture the web traffic of your browser and analyze it with ezPAARSE.
More info at:
https://github.com/ezpaarse-project/ezpaarse-logger 擴展基本資訊
| 名稱 | |
| ID | cpjllnfdfhkmbkplldfndmfdbabcbidc |
| 官方網址 | https://chromewebstore.google.com/detail/ezpaarse-logger-extension/cpjllnfdfhkmbkplldfndmfdbabcbidc |
| 簡介 | Capture the web traffic and send it to the logger application |
| 檔案大小 | 22.71 KB |
| 安裝次數 | 70 |
| 目前版本 | 2.2.3 |
| 更新時間 | 2017-11-21 |
| 上架時間 | 2017-11-21 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | ezpaarse |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ezPAARSE Logger (Extension)",
"version": "2.2.3",
"description": "Capture the web traffic and send it to the logger application",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/ezlogger-16.png",
"48": "img\/ezlogger-48.png",
"128": "img\/ezlogger-128.png"
}
},
"permissions": [
" | |