Simple History Manager

A simple Chrome history manager.

Simple History Managerคืออะไร?

Simple History Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://guokai.dev และคุณลักษณะหลักของมันคือ "A simple Chrome history manager."

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

screenshot
screenshot

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

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

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

                        This extension will replace Chrome's default  history manager. It can search or clear browsing history by date range.

How to use: 
• Click this extension's icon
• Click menu item from Chrome -> History -> Show Full History
• Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + h, Mac is ⌘ + y

It supports dark/light theme automatically.

Visit https://guokai.dev/ to see all extensions created by me.                    

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

ชื่อ Simple History Manager Simple History Manager
ID cojehmillnknijdaddcpngglfjmillmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-history-manager/cojehmillnknijdaddcpngglfjmillmg
คำอธิบาย A simple Chrome history manager.
ขนาดไฟล์ 76.31 KB
จำนวนการติดตั้ง 2,330
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2020-03-31
คะแนน 4.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://guokai.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://guokai.dev/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple History Manager",
    "version": "1.3.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "A simple Chrome history manager.",
    "offline_enabled": true,
    "minimum_chrome_version": "104",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "history",
        "storage",
        "sessions",
        "tabs",
        "favicon"
    ]
}