BHVis:Visualization of your browsing habits

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

什么是BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits是由Abdul Qayoom Buzdar & Luoyu开发的Chrome扩展程序,该扩展的主要功能是“Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.”。

扩展截图

screenshot
screenshot

下载BHVis:Visualization of your browsing habits扩展crx文件

下载BHVis:Visualization of your browsing habits扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
官方URL https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
简介 Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
文件大小 657 KB
安装次数 294
当前版本 1.1.5
更新时间 2018-04-09
上架时间 2018-04-08
评分 4.83/5 共6次评分
开发者 Abdul Qayoom Buzdar & Luoyu
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}