BHVis:Visualization of your browsing habits

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

Apa itu BHVis:Visualization of your browsing habits?

BHVis:Visualization of your browsing habits adalah ekstensi Chrome yang dikembangkan oleh Abdul Qayoom Buzdar & Luoyu, dan fitur utamanya adalah "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BHVis:Visualization of your browsing habits

Unduh file ekstensi BHVis:Visualization of your browsing habits dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BHVis:Visualization of your browsing habits BHVis:Visualization of your browsing habits
ID dbpdidfpcejjegadgkfbmekglbapeloh
URL Resmi https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh
Deskripsi Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
Ukuran File 657 KB
Jumlah Instalasi 294
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2018-04-09
Tanggal Publikasi 2018-04-08
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Abdul Qayoom Buzdar & Luoyu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}