Better History

Replace the default browser history with this better history display.

Cos'è Better History?

Better History è un'estensione di Chrome sviluppata da raingart, e la sua funzione principale è "Replace the default browser history with this better history display.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better History

Scarica i file di estensione Better History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Powerful history manager for Chromium                    

Informazioni di Base sull'Estensione

Nome Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
URL Ufficiale https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
Descrizione Replace the default browser history with this better history display.
Dimensione del File 151 KB
Conteggio Installazioni 733
Versione Corrente 1.31.2
Ultimo Aggiornamento 2023-08-23
Data di Pubblicazione 2023-07-19
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore raingart
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/raingart/Better-History
Lingue Supportate 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"
    }
}