History Trends

Displays interactive charts and statistics of your entire browsing history.

History Trendsคืออะไร?

History Trends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Displays interactive charts and statistics of your entire browsing history."

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

screenshot
screenshot
screenshot

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

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

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

                        History Trends analyzes your entire browsing history and displays a variety of charts and statistics.  It's interactive, too: just click a link or a chart to filter your history by different criteria.

Examples:
* Find your Top 10 most-used bookmarks:  Click the "auto_bookmark" pie slice on the Transition Type chart.
* View the Top 10 domains you've visited today:  Click the "Today" link in the "Daily Stats" section.
* Find out what URLs you visit at 3 in the morning:  On the "Time of Day" chart, click the bar (if it exists) for 3am, then click the URLs tab.

History Trends displays the following stats and charts:

* Total URLs visited and total number of visits
* Top 10 most visited domains
* Top 10 most visited URLs
* Top 10 busiest days (i.e., days with most visits)
* Daily Visit stats (e.g., average and median visits per day)
* Chart of visits per day as a time-series
* Chart of visits by hour of day
* Chart of visits by day of week
* Chart of visits by day of month
* Chart of visits by month
* Chart of transition type (e.g., link, bookmark, reload, etc)


Notes:
* Please be aware that clearing your history will reset all of your stats to zero!
* Chrome only allows access to the past 3 months of history.


Have feedback? Email me at [email protected]


Recent Changes
------------------------
1.5.5
- Upgraded to manifest v3
- Charts are now drawn with Apache eCharts
- Removed Google Analytics
- Fixed broken link to definition of transition types

1.5.4
- Removed the unnecessary "tabs" permission to comply with the Chrome Web Store guidelines

1.5.3
- The extension had stopped working due to a change in the Google charts URL. Updated the extension to use the new URL.

1.5.2
- CSS Changes                    

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

ชื่อ History Trends History Trends
ID nangghhladpnhlllolmdbdgeggionole
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-trends/nangghhladpnhlllolmdbdgeggionole
คำอธิบาย Displays interactive charts and statistics of your entire browsing history.
ขนาดไฟล์ 376 KB
จำนวนการติดตั้ง 26,408
เวอร์ชันปัจจุบัน 1.5.5
อัปเดตครั้งล่าสุด 2022-08-13
วันที่เผยแพร่ 2014-10-19
คะแนน 4.61/5 รวมทั้งหมด 163 คะแนน
ผู้พัฒนา [email protected]
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/site/historytrends
ภาษาที่รองรับ en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "48": "images\/icon48.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "name": "__MSG_extension_name__",
    "permissions": [
        "history"
    ],
    "version": "1.5.5",
    "manifest_version": 3
}