BHVis:Visualization of your browsing habits

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

O que é BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits é uma extensão do Chrome desenvolvida por Abdul Qayoom Buzdar & Luoyu, e sua principal característica é "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BHVis:Visualization of your browsing habits

Baixe arquivos de extensão BHVis:Visualization of your browsing habits no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
URL Oficial https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
Descrição Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
Tamanho do Arquivo 657 KB
Contagem de Instalações 294
Versão Atual 1.1.5
Última Atualização 2018-04-09
Data de Publicação 2018-04-08
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Abdul Qayoom Buzdar & Luoyu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}