History Manager

Manage your history better

History Manager là gì?

History Manager là một tiện ích mở rộng Chrome được phát triển bởi XSpace, và tính năng chính của nó là "Manage your history better".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng History Manager 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

                        # Smart History
Smart History is a chrome extension about history management with pretty user interfaces. Besides basic operations, Smart History provides rich options to acquire a much more delicate searching and listing result.

# Features
- A popup window to show histories briefly by clicking the black feather icon.
- By clicking the "History" title on the popup window, there will be a main interface that can search, delete, hide and group local browser histories
- Search history records by both keyword and date
- Group local browser history records by domain name and hid some history records specified by the user to reduce
the redundancy of showing records significantly
- Highlight important websites where users executed “copy” operations
- Produced statistics about the hit rate and stay time of different websites with vivid charts                    

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

Tên History Manager History Manager
ID ifekbbngjjcachfekcpeejphmkeckged
URL Chính Thức https://chromewebstore.google.com/detail/history-manager/ifekbbngjjcachfekcpeejphmkeckged
Mô tả Manage your history better
Kích Thước Tệp 648 KB
Số Lần Cài Đặt 14,296
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-29
Ngày Phát Hành 2018-03-29
Đánh Giá 3.13/5 Tổng số 39 Đánh Giá
Nhà Phát Triển XSpace
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Manager",
    "version": "1.0",
    "short_name": "History",
    "description": "Manage your history better",
    "permissions": [
        "tabs",
        "history",
        "chrome:\/\/favicon\/",
        "storage",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "imgs\/icon.png"
    },
    "chrome_url_overrides": {
        "history": "html\/history.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.1.1.min.js",
                "js\/copy_detect.js"
            ]
        }
    ],
    "manifest_version": 2
}