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"
        ]
    }
}