HarCreator

This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…

HarCreatorとは何ですか?

HarCreatorはhttps://harviewer.comによって開発されたChromeの拡張機能で、その主な機能は「This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…」です。

拡張機能のスクリーンショット

screenshot

HarCreator拡張機能のCRXファイルをダウンロード

HarCreator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file.

It records all page navigations & requests done in the browser.

Since this tool is created as part of an extension it DOES NOT have access to response content. It otherwise has access to most request timings and allows to easily track and report browser navigation.

This extension is meant to be used alongside http://harviewer.com, which provides HAR analysis functionalities. 

**HAR files can contain private information and should be reviewed prior to sharing.                    

拡張機能の基本情報

名前 HarCreator HarCreator
ID ffpkhdgegphahepginkdcaeojmeciphl
公式URL https://chromewebstore.google.com/detail/harcreator/ffpkhdgegphahepginkdcaeojmeciphl
説明 This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…
ファイルサイズ 385 KB
インストール数 407
現在のバージョン 1.0
最終更新日 2016-12-08
公開日 2016-12-07
評価 5.00/5 合計 2 レビュー
開発者 https://harviewer.com
支払い方法 free
拡張機能のウェブサイト http://www.harviewer.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "HarCreator",
    "permissions": [
        "cookies",
        "webRequest",
        "webNavigation",
        "*:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "\/media\/harViewer.png",
        "48": "\/media\/harViewer.png",
        "128": "\/media\/harViewer.png"
    },
    "browser_action": {
        "default_icon": "\/media\/harViewer.png",
        "default_popup": "dist\/build\/browser\/popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jquery-1.12.3.min.js",
            "lib\/system-polyfills.js",
            "lib\/system.js",
            "lib\/js.cookie.js",
            "lib\/store.js",
            "node_modules\/es6-shim\/es6-shim.min.js",
            "dist\/build\/bootstrap\/bootstrap.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/harviewer.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}