HarCreator

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

Cos'è HarCreator?

HarCreator è un'estensione di Chrome sviluppata da https://harviewer.com, e la sua funzione principale è "This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HarCreator

Scarica i file di estensione HarCreator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HarCreator HarCreator
ID ffpkhdgegphahepginkdcaeojmeciphl
URL Ufficiale https://chromewebstore.google.com/detail/harcreator/ffpkhdgegphahepginkdcaeojmeciphl
Descrizione This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…
Dimensione del File 385 KB
Conteggio Installazioni 407
Versione Corrente 1.0
Ultimo Aggiornamento 2016-12-08
Data di Pubblicazione 2016-12-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://harviewer.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.harviewer.com
Lingue Supportate 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\/*"
        ]
    }
}