Chrome Live Bookmarks

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

Vad är Chrome Live Bookmarks?

Chrome Live Bookmarks är en Chrome-tillägg utvecklad av myTerminal, och dess huvudfunktion är "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks".

Tilläggsskärmbilder

screenshot

Ladda ner Chrome Live Bookmarks-förlängningens CRX-fil

Ladda ner Chrome Live Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Chrome Live Bookmarks Chrome Live Bookmarks
ID fconcakelnfiacccnghcjhbmddloahfn
Officiell webbadress https://chromewebstore.google.com/detail/chrome-live-bookmarks/fconcakelnfiacccnghcjhbmddloahfn
Beskrivning A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks
Filstorlek 1.49 MB
Antal Installationer 27
Aktuell Version 0.20.0
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2020-01-26
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare myTerminal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/myTerminal/chrome-live-bookmarks
URL till Sekretesspolicy Sidan https://privacy.teamfluxion.com
Stödda Språk 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"
    }
}