Browsershark
Browsershark is a forensics tool.
Browsersharkคืออะไร?
Browsershark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Franz780 และคุณลักษณะหลักของมันคือ "Browsershark is a forensics tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browsershark
ดาวน์โหลดไฟล์ส่วนขยาย Browsershark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Browsershark provides users with a way to inspect all resources being loaded by your browser. A built-in hex viewer will allow users to inspect the content of files and allow for detailed analysis without requiring a user to download potentially malicious files. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jhbjnipjccjloncefdoknhicbnbjaefh |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/browsershark/jhbjnipjccjloncefdoknhicbnbjaefh |
| คำอธิบาย | Browsershark is a forensics tool. |
| ขนาดไฟล์ | 411 KB |
| จำนวนการติดตั้ง | 482 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2013-08-13 |
| วันที่เผยแพร่ | 2013-08-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Franz780 |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Browsershark",
"homepage_url": "http:\/\/www.browsershark.org",
"version": "1.1.0",
"manifest_version": 2,
"description": "Browsershark is a forensics tool.",
"browser_action": {
"default_icon": "images\/icon.png"
},
"icons": {
"128": "images\/icon.png",
"19": "images\/icon.png",
"48": "images\/icon.png"
},
"options_page": "html\/options.html",
"background": {
"scripts": [
"js\/background.js",
"js\/jquery.min.js"
]
},
"permissions": [
"tabs",
"*:\/\/*\/*",
"notifications",
"webRequestBlocking",
"webRequest"
]
} | |