Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Advanced Browser Historyคืออะไร?
Advanced Browser History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trevor Brunette และคุณลักษณะหลักของมันคือ "A Chrome extension to capture more information about your browsing history."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced Browser History
ดาวน์โหลดไฟล์ส่วนขยาย Advanced Browser History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface. This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
คำอธิบาย | A Chrome extension to capture more information about your browsing history. |
ขนาดไฟล์ | 405 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-04-28 |
วันที่เผยแพร่ | 2022-04-28 |
ผู้พัฒนา | Trevor Brunette |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AdvancedHistory/ABHChrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ABH", "name": "Advanced Browser History", "description": "A Chrome extension to capture more information about your browsing history.", "version": "0.1.0", "manifest_version": 3, "action": { "default_title": "Open ABH" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "icons": { "128": ".\/static\/media\/logo128.png", "512": ".\/static\/media\/logo512.png" }, "permissions": [ "history" ] } |