Better History

Replace the default browser history with this better history display.

What is Better History?

Better History is a Chrome extension developed by raingart, and its main feature is "Replace the default browser history with this better history display.".

Extension Screenshots

screenshot
screenshot

Download Better History Extension CRX File

Download Better History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Powerful history manager for Chromium                    

Extension Basic Information

Name Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
Official URL https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
Description Replace the default browser history with this better history display.
File Size 151 KB
Installation Count 733
Current Version 1.31.2
Last Updated 2023-08-23
Publish Date 2023-07-19
Rating 4.33/5 Total 3 Ratings
Developer raingart
Email [email protected]
Payment Type free
Extension Website https://github.com/raingart/Better-History
Supported Languages en,fr,tr,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.31.2",
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon_16.png",
        "32": "assets\/img\/icon_32.png",
        "48": "assets\/img\/icon_48.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "favicon",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon_16.png",
            "32": "assets\/img\/icon_32.png"
        },
        "default_title": "__MSG_application_title__",
        "default_popup": "popup.html"
    }
}