Advanced Browser History

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

Qu'est-ce que Advanced Browser History ?

Advanced Browser History est une extension Chrome développée par Trevor Brunette, et sa fonction principale est "A Chrome extension to capture more information about your browsing history.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Advanced Browser History

Téléchargez les fichiers d'extension Advanced Browser History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Advanced Browser History Advanced Browser History
ID ajdeagnomgifpeimhpofiphnphdlhbjn
URL Officiel https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn
Description A Chrome extension to capture more information about your browsing history.
Taille du Fichier 405 KB
Nombre d'Installations 40
Version Actuelle 0.1.0
Dernière Mise à Jour 2022-04-28
Date de Publication 2022-04-28
Développeur Trevor Brunette
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AdvancedHistory/ABHChrome
Langues Prises en Charge 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"
    ]
}