BHVis:Visualization of your browsing habits

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

Was ist BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits ist eine Chrome-Erweiterung, die von Abdul Qayoom Buzdar & Luoyu entwickelt wurde, und ihr Hauptmerkmal ist "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Erweiterungsscreenshots

screenshot
screenshot

BHVis:Visualization of your browsing habits-Erweiterungs-CRX-Datei herunterladen

Laden Sie BHVis:Visualization of your browsing habits-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
Offizielle URL https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
Beschreibung Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
Dateigröße 657 KB
Installationsanzahl 294
Aktuelle Version 1.1.5
Letztes Update 2018-04-09
Veröffentlichungsdatum 2018-04-08
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Abdul Qayoom Buzdar & Luoyu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}