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é es BHVis:Visualization of your browsing habits?
BHVis:Visualization of your browsing habits es una extensión de Chrome desarrollada por Abdul Qayoom Buzdar & Luoyu, y su función principal es "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BHVis:Visualization of your browsing habits
Descarga archivos de extensión BHVis:Visualization of your browsing habits en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | BHVis:Visualization of your browsing habits |
ID | dbpdidfpcejjegadgkfbmekglbapeloh |
URL Oficial | https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh |
Descripción | Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations. |
Tamaño del Archivo | 657 KB |
Cantidad de Instalaciones | 294 |
Versión Actual | 1.1.5 |
Última Actualización | 2018-04-09 |
Fecha de Publicación | 2018-04-08 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | Abdul Qayoom Buzdar & Luoyu |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |