History Analyzer
View statistics of your chrome browser history.
History Analyzerคืออะไร?
History Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fatimeseelimi และคุณลักษณะหลักของมันคือ "View statistics of your chrome browser history."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Analyzer
ดาวน์โหลดไฟล์ส่วนขยาย History Analyzer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
คำอธิบาย | View statistics of your chrome browser history. |
ขนาดไฟล์ | 66.92 KB |
จำนวนการติดตั้ง | 161 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2018-09-09 |
วันที่เผยแพร่ | 2018-09-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | fatimeseelimi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |