Chrome Live Bookmarks

A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks

Co to jest Chrome Live Bookmarks?

Chrome Live Bookmarks to rozszerzenie Chrome opracowane przez myTerminal, a jego główną funkcją jest „A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Live Bookmarks

Pobierz pliki rozszerzeń Chrome Live Bookmarks 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

                        * Replaces the default 'New Tab' page with an opinionatedly better implementation that combines bookmarks with history
* Allows user to save and restore browser sessions (across computers)
* Supports light and dark color-themes
* More to come...                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Live Bookmarks Chrome Live Bookmarks
ID fconcakelnfiacccnghcjhbmddloahfn
Oficjalny URL https://chromewebstore.google.com/detail/chrome-live-bookmarks/fconcakelnfiacccnghcjhbmddloahfn
Opis A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks
Rozmiar pliku 1.49 MB
Liczba instalacji 27
Aktualna Wersja 0.20.0
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2020-01-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper myTerminal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/myTerminal/chrome-live-bookmarks
Adres URL Strony Polityki Prywatności https://privacy.teamfluxion.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Live Bookmarks",
    "short_name": "Chrome Live Bookmarks",
    "version": "0.20.0",
    "description": "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Mohammed Ismail Ansari ",
    "permissions": [
        "bookmarks",
        "history",
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}