Advanced Browser History

A Chrome extension to capture more information about your browsing history.

Cos'è Advanced Browser History?

Advanced Browser History è un'estensione di Chrome sviluppata da Trevor Brunette, e la sua funzione principale è "A Chrome extension to capture more information about your browsing history.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Advanced Browser History

Scarica i file di estensione Advanced Browser 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

                        Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface.
This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome                    

Informazioni di Base sull'Estensione

Nome Advanced Browser History Advanced Browser History
ID ajdeagnomgifpeimhpofiphnphdlhbjn
URL Ufficiale https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn
Descrizione A Chrome extension to capture more information about your browsing history.
Dimensione del File 405 KB
Conteggio Installazioni 40
Versione Corrente 0.1.0
Ultimo Aggiornamento 2022-04-28
Data di Pubblicazione 2022-04-28
Sviluppatore Trevor Brunette
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AdvancedHistory/ABHChrome
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ABH",
    "name": "Advanced Browser History",
    "description": "A Chrome extension to capture more information about your browsing history.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Open ABH"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "icons": {
        "128": ".\/static\/media\/logo128.png",
        "512": ".\/static\/media\/logo512.png"
    },
    "permissions": [
        "history"
    ]
}