Better History

Replace the default browser history with this better history display.

Co to jest Better History?

Better History to rozszerzenie Chrome opracowane przez raingart, a jego główną funkcją jest „Replace the default browser history with this better history display.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Better History

Pobierz pliki rozszerzeń Better 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

                        Powerful history manager for Chromium                    

Podstawowe informacje o rozszerzeniu

Nazwa Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
Oficjalny URL https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
Opis Replace the default browser history with this better history display.
Rozmiar pliku 151 KB
Liczba instalacji 733
Aktualna Wersja 1.31.2
Ostatnia Aktualizacja 2023-08-23
Data Publikacji 2023-07-19
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper raingart
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/raingart/Better-History
Obsługiwane Języki 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"
    }
}