Advanced Browser History

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

Wat is Advanced Browser History?

Advanced Browser History is een Chrome-extensie ontwikkeld door Trevor Brunette, en de belangrijkste functie is "A Chrome extension to capture more information about your browsing history.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Advanced Browser History

Download Advanced Browser History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Advanced Browser History Advanced Browser History
ID ajdeagnomgifpeimhpofiphnphdlhbjn
Officiële URL https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn
Beschrijving A Chrome extension to capture more information about your browsing history.
Bestandsgrootte 405 KB
Aantal Installaties 40
Huidige Versie 0.1.0
Laatst Bijgewerkt 2022-04-28
Publicatiedatum 2022-04-28
Ontwikkelaar Trevor Brunette
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AdvancedHistory/ABHChrome
Ondersteunde Talen 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"
    ]
}