Browsershark

Browsershark is a forensics tool.

什麼是Browsershark?

Browsershark是由Franz780開發的Chrome擴展程式,該擴展的主要功能是“Browsershark is a forensics tool.”。

擴展截圖

screenshot
screenshot

下載Browsershark擴展crx文件

下載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.                    

擴展基本資訊

名稱 Browsershark Browsershark
ID jhbjnipjccjloncefdoknhicbnbjaefh
官方網址 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"
    ]
}