Better History

Replace the default browser history with this better history display.

Co je Better History?

Better History je rozšíření Chrome vyvinuté raingart, a jeho hlavní funkcí je „Replace the default browser history with this better history display.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better History

Stáhněte si soubory rozšíření Better History ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Powerful history manager for Chromium                    

Základní Informace o Rozšíření

Název Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
Oficiální URL https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
Popis Replace the default browser history with this better history display.
Velikost souboru 151 KB
Počet instalací 733
Aktuální Verze 1.31.2
Poslední Aktualizace 2023-08-23
Datum Vydání 2023-07-19
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář raingart
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/raingart/Better-History
Podporované Jazyky 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"
    }
}