New Tab with Bookmarks

Displays all bookmarks in the new tab page

Qu'est-ce que New Tab with Bookmarks ?

New Tab with Bookmarks est une extension Chrome développée par https://bytecode77.com, et sa fonction principale est "Displays all bookmarks in the new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tab with Bookmarks

Téléchargez les fichiers d'extension New Tab with Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom New Tab with Bookmarks New Tab with Bookmarks
ID dicfmapplolngmjeoelpiclidoiknpfl
URL Officiel https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl
Description Displays all bookmarks in the new tab page
Taille du Fichier 59.77 KB
Nombre d'Installations 523
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-11-19
Date de Publication 2017-04-10
Évaluation 3.69/5 Total 13 Évaluations
Développeur https://bytecode77.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}