Better History
Replace the default browser history with this better history display.
Better Historyคืออะไร?
Better History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raingart และคุณลักษณะหลักของมันคือ "Replace the default browser history with this better history display."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better History
ดาวน์โหลดไฟล์ส่วนขยาย Better History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Powerful history manager for Chromium
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better History |
ID | pmolchcgkagchldkgphmlaplgmagldfn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn |
คำอธิบาย | Replace the default browser history with this better history display. |
ขนาดไฟล์ | 151 KB |
จำนวนการติดตั้ง | 733 |
เวอร์ชันปัจจุบัน | 1.31.2 |
อัปเดตครั้งล่าสุด | 2023-08-23 |
วันที่เผยแพร่ | 2023-07-19 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | raingart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/raingart/Better-History |
ภาษาที่รองรับ | en,fr,tr,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.31.2", "default_locale": "en", "icons": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png", "48": "assets\/img\/icon_48.png", "64": "assets\/img\/icon_64.png", "128": "assets\/img\/icon_128.png" }, "manifest_version": 3, "permissions": [ "favicon", "history", "storage" ], "chrome_url_overrides": { "history": "history.html" }, "action": { "default_icon": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png" }, "default_title": "__MSG_application_title__", "default_popup": "popup.html" } } |