HarCreator

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

HarCreator là gì?

HarCreator là một tiện ích mở rộng Chrome được phát triển bởi https://harviewer.com, và tính năng chính của nó là "This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HarCreator

Tải xuống các tệp mở rộng HarCreator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HarCreator HarCreator
ID ffpkhdgegphahepginkdcaeojmeciphl
URL Chính Thức https://chromewebstore.google.com/detail/harcreator/ffpkhdgegphahepginkdcaeojmeciphl
Mô tả This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 407
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-12-08
Ngày Phát Hành 2016-12-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://harviewer.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.harviewer.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}