BHVis:Visualization of your browsing habits

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

Qu'est-ce que BHVis:Visualization of your browsing habits ?

BHVis:Visualization of your browsing habits est une extension Chrome développée par Abdul Qayoom Buzdar & Luoyu, et sa fonction principale est "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BHVis:Visualization of your browsing habits

Téléchargez les fichiers d'extension BHVis:Visualization of your browsing habits au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
URL Officiel 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.
Taille du Fichier 657 KB
Nombre d'Installations 294
Version Actuelle 1.1.5
Dernière Mise à Jour 2018-04-09
Date de Publication 2018-04-08
Évaluation 4.83/5 Total 6 Évaluations
Développeur Abdul Qayoom Buzdar & Luoyu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}