Advanced Browser History

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

Co to jest Advanced Browser History?

Advanced Browser History to rozszerzenie Chrome opracowane przez Trevor Brunette, a jego główną funkcją jest „A Chrome extension to capture more information about your browsing history.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Advanced Browser History

Pobierz pliki rozszerzeń Advanced Browser History w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Advanced Browser History Advanced Browser History
ID ajdeagnomgifpeimhpofiphnphdlhbjn
Oficjalny URL https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn
Opis A Chrome extension to capture more information about your browsing history.
Rozmiar pliku 405 KB
Liczba instalacji 40
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2022-04-28
Data Publikacji 2022-04-28
Deweloper Trevor Brunette
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AdvancedHistory/ABHChrome
Obsługiwane Języki 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"
    ]
}