Visualize My History

Visualize your browsing history with a scattergraph of all your browsing.

Visualize My Historyคืออะไร?

Visualize My History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Hansen และคุณลักษณะหลักของมันคือ "Visualize your browsing history with a scattergraph of all your browsing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visualize My History

ดาวน์โหลดไฟล์ส่วนขยาย Visualize My History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        See what sites you visit the most, and what times you spent on which sites. Visualise your entire browsing history on one graph.

Graphs are plotted by time of day vs day, and colored by hostname.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Visualize My History Visualize My History
ID gdedhdlfdeaakpdfkikflkfnbiegaonb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb
คำอธิบาย Visualize your browsing history with a scattergraph of all your browsing.
ขนาดไฟล์ 615 KB
จำนวนการติดตั้ง 803
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-02-12
วันที่เผยแพร่ 2017-10-31
คะแนน 4.21/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Mark Hansen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.markhansen.co.nz/scatter-fm/
ภาษาที่รองรับ en-US
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visualize My History",
    "version": "0.0.3",
    "description": "Visualize your browsing history with a scattergraph of all your browsing.",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Visualize My History"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "history"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}