Chrome Live Bookmarks

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

What is Chrome Live Bookmarks?

Chrome Live Bookmarks is a Chrome extension developed by myTerminal, and its main feature is "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks".

Extension Screenshots

screenshot

Download Chrome Live Bookmarks Extension CRX File

Download Chrome Live Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chrome Live Bookmarks Chrome Live Bookmarks
ID fconcakelnfiacccnghcjhbmddloahfn
Official URL https://chromewebstore.google.com/detail/chrome-live-bookmarks/fconcakelnfiacccnghcjhbmddloahfn
Description A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks
File Size 1.49 MB
Installation Count 27
Current Version 0.20.0
Last Updated 2024-02-26
Publish Date 2020-01-26
Rating 5.00/5 Total 3 Ratings
Developer myTerminal
Email [email protected]
Payment Type free
Extension Website https://github.com/myTerminal/chrome-live-bookmarks
Privacy Policy Page URL https://privacy.teamfluxion.com
Supported Languages 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"
    }
}