BHVis:Visualization of your browsing habits

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

What is BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits is a Chrome extension developed by Abdul Qayoom Buzdar & Luoyu, and its main feature is "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Extension Screenshots

screenshot
screenshot

Download BHVis:Visualization of your browsing habits Extension CRX File

Download BHVis:Visualization of your browsing habits extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
Official URL https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
Description Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
File Size 657 KB
Installation Count 294
Current Version 1.1.5
Last Updated 2018-04-09
Publish Date 2018-04-08
Rating 4.83/5 Total 6 Ratings
Developer Abdul Qayoom Buzdar & Luoyu
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}