BHVis:Visualization of your browsing habits

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

Vad är BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits är en Chrome-tillägg utvecklad av Abdul Qayoom Buzdar & Luoyu, och dess huvudfunktion är "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner BHVis:Visualization of your browsing habits-förlängningens CRX-fil

Ladda ner BHVis:Visualization of your browsing habits-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
Officiell webbadress https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
Beskrivning Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
Filstorlek 657 KB
Antal Installationer 294
Aktuell Version 1.1.5
Senast Uppdaterad 2018-04-09
Publiceringsdatum 2018-04-08
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare Abdul Qayoom Buzdar & Luoyu
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}