Chrome Live Bookmarks

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

Apa itu Chrome Live Bookmarks?

Chrome Live Bookmarks adalah ekstensi Chrome yang dikembangkan oleh myTerminal, dan fitur utamanya adalah "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Live Bookmarks

Unduh file ekstensi Chrome Live Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        * 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...                    

Informasi Dasar Ekstensi

Nama Chrome Live Bookmarks Chrome Live Bookmarks
ID fconcakelnfiacccnghcjhbmddloahfn
URL Resmi https://chromewebstore.google.com/detail/chrome-live-bookmarks/fconcakelnfiacccnghcjhbmddloahfn
Deskripsi A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks
Ukuran File 1.49 MB
Jumlah Instalasi 27
Versi Saat Ini 0.20.0
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2020-01-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang myTerminal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/myTerminal/chrome-live-bookmarks
URL Halaman Kebijakan Privasi https://privacy.teamfluxion.com
Bahasa yang Didukung 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"
    }
}