New Tab with Bookmarks

Displays all bookmarks in the new tab page

Wat is New Tab with Bookmarks?

New Tab with Bookmarks is een Chrome-extensie ontwikkeld door https://bytecode77.com, en de belangrijkste functie is "Displays all bookmarks in the new tab page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New Tab with Bookmarks

Download New Tab with Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar.                    

Basisinformatie over de Extensie

Naam New Tab with Bookmarks New Tab with Bookmarks
ID dicfmapplolngmjeoelpiclidoiknpfl
Officiële URL https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl
Beschrijving Displays all bookmarks in the new tab page
Bestandsgrootte 59.77 KB
Aantal Installaties 523
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2017-04-10
Beoordeling 3.69/5 Totaal 13 Beoordelingen
Ontwikkelaar https://bytecode77.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with Bookmarks",
    "description": "Displays all bookmarks in the new tab page",
    "version": "1.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}