History Master

Visualize browsing history, Discover your unknown habits.

History Masterคืออะไร?

History Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jiacai2050 และคุณลักษณะหลักของมันคือ "Visualize browsing history, Discover your unknown habits."

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

screenshot
screenshot
screenshot

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

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

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

                        Visualize browsing history, Sync among Chrome/Firefox.
https://github.com/jiacai2050/history-master                    

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

ชื่อ History Master History Master
ID mkfgjjeggnmkbobjmelbjhdchcoadnin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin
คำอธิบาย Visualize browsing history, Discover your unknown habits.
ขนาดไฟล์ 423 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.1.5
อัปเดตครั้งล่าสุด 2019-05-25
วันที่เผยแพร่ 2019-05-25
คะแนน 3.50/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา jiacai2050
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jiacai2050/history-master
URL หน้าช่วยเหลือ https://github.com/jiacai2050/history-master/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Master",
    "version": "2.1.5",
    "description": "Visualize browsing history, Discover your unknown habits.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "option\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "option\/images\/16.png",
            "32": "option\/images\/32.png",
            "64": "option\/images\/64.png",
            "128": "option\/images\/128.png"
        },
        "default_title": "History Master"
    },
    "icons": {
        "16": "option\/images\/16.png",
        "32": "option\/images\/32.png",
        "64": "option\/images\/64.png",
        "128": "option\/images\/128.png"
    },
    "permissions": [
        "history",
        "tabs",
        "downloads",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'",
    "manifest_version": 2
}