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
官方網址 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"
        ]
    }
}