HarCreator

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

¿Qué es HarCreator?

HarCreator es una extensión de Chrome desarrollada por https://harviewer.com, y su función principal es "This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HarCreator

Descarga archivos de extensión HarCreator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HarCreator HarCreator
ID ffpkhdgegphahepginkdcaeojmeciphl
URL Oficial https://chromewebstore.google.com/detail/harcreator/ffpkhdgegphahepginkdcaeojmeciphl
Descripción This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…
Tamaño del Archivo 385 KB
Cantidad de Instalaciones 407
Versión Actual 1.0
Última Actualización 2016-12-08
Fecha de Publicación 2016-12-07
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://harviewer.com
Tipo de Pago free
Sitio Web de la Extensión http://www.harviewer.com
Idiomas Soportados 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\/*"
        ]
    }
}