Improved History

A nice and modern look for browser's history page.

什么是Improved History?

Improved History是由Karl开发的Chrome扩展程序,该扩展的主要功能是“A nice and modern look for browser's history page.”。

扩展截图

screenshot

下载Improved History扩展crx文件

下载Improved History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Improved History is an extension that let you render your browser history in toolbar popup UI in a stylish manner.

This addon can basically be a substitute for history page in your browser. Once you open toolbar popup you will see the activity tab (first tab on top left corner). Within the activity tab there are weekdays listed horizontally. Below that there are the history items listed vertically.

Simply click on a day and the vertical list will jump to the specified day. Each history item has a - delete - button next to it. Moreover, you can click on the - more from site - button to see all items related to this one within the history.

There is also a search tab next to the activity tab which you can use to search for desired keywords within the history. The last tab is for the addon settings. Currently, it has a single button to clear all history. Please note that, clearing history with this addon is irreversible. In other words, you cannot bring back the deleted items in the history once they are cleared.                    

扩展基本信息

名称 Improved History Improved History
ID plgkaedealnnbkngbdgiilehecfbaklm
官方URL https://chromewebstore.google.com/detail/improved-history/plgkaedealnnbkngbdgiilehecfbaklm
简介 A nice and modern look for browser's history page.
文件大小 2.96 MB
安装次数 1,894
当前版本 0.1.1
更新时间 2018-03-15
上架时间 2018-03-15
评分 4.13/5 共8次评分
开发者 Karl
电子邮箱 [email protected]
付费类型 free
扩展官网 http://eccorem.com/apps/improved-history.html
帮助页面URL http://eccorem.com/apps/improved-history.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        ""
    ],
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/improved-history.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "24": "data\/icons\/24.png",
            "32": "data\/icons\/32.png",
            "64": "data\/icons\/64.png"
        }
    }
}