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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abdul Qayoom Buzdar & Luoyu, και η κύρια λειτουργία του είναι "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BHVis:Visualization of your browsing habits

Λήψη αρχείων επέκτασης 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"
        ]
    }
}