BHVis:Visualization of your browsing habits

Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.

Cos'è BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits è un'estensione di Chrome sviluppata da Abdul Qayoom Buzdar & Luoyu, e la sua funzione principale è "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BHVis:Visualization of your browsing habits

Scarica i file di estensione BHVis:Visualization of your browsing habits 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

                        Your browser history is very important to understand your browsing habits. You might have known the history items just as a record, but these records can be manipulated to design the patterns of your visits which can be helpful to unleash a lot of valuable information. This visualization tool is designed for better understanding of your web visiting behavior through interactive and simplified designs. This tool does not copy or upload your browsing history but just show you the information through visual aids based on on your own machine.                    

Informazioni di Base sull'Estensione

Nome BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
URL Ufficiale https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
Descrizione Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
Dimensione del File 657 KB
Conteggio Installazioni 294
Versione Corrente 1.1.5
Ultimo Aggiornamento 2018-04-09
Data di Pubblicazione 2018-04-08
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Abdul Qayoom Buzdar & Luoyu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BHVis:Visualization of your browsing habits",
    "description": "Browsing history is very important to know about browsing habits\/behavior . This tool is designed with interactive visualizations.",
    "version": "1.1.5",
    "permissions": [
        "history",
        "tabs"
    ],
    "browser_action": {
        "default_title": "BHvis",
        "default_icon": "images\/beh16.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    }
}