HistoryStats

Provides a statistical and graphical display of web page visits stored in your browser's history

HistoryStats là gì?

HistoryStats là một tiện ích mở rộng Chrome được phát triển bởi gmsapps, và tính năng chính của nó là "Provides a statistical and graphical display of web page visits stored in your browser's history".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HistoryStats

Tải xuống các tệp mở rộng HistoryStats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        HistoryStats provides you with a statistical and graphical display of your browser's history.  Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HistoryStats HistoryStats
ID jificbcgkgbgddjehcegimolpobpcpbl
URL Chính Thức https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl
Mô tả Provides a statistical and graphical display of web page visits stored in your browser's history
Kích Thước Tệp 67.7 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-08-31
Ngày Phát Hành 2015-08-31
Đánh Giá 3.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển gmsapps
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/site/appsbygarystump/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HistoryStats",
    "version": "1.4",
    "description": "Provides a statistical and graphical display of web page visits stored in your browser's history",
    "browser_action": {
        "default_icon": "icon24.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "history"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}