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
公式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"
    ]
}