History Manager

Manage your history better

History Managerとは何ですか?

History ManagerはXSpaceによって開発されたChromeの拡張機能で、その主な機能は「Manage your history better」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

History Manager拡張機能のCRXファイルをダウンロード

History Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # 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                    

拡張機能の基本情報

名前 History Manager History Manager
ID ifekbbngjjcachfekcpeejphmkeckged
公式URL https://chromewebstore.google.com/detail/history-manager/ifekbbngjjcachfekcpeejphmkeckged
説明 Manage your history better
ファイルサイズ 648 KB
インストール数 14,296
現在のバージョン 1.0
最終更新日 2018-03-29
公開日 2018-03-29
評価 3.13/5 合計 39 レビュー
開発者 XSpace
Eメール [email protected]
支払い方法 free
対応言語 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
}