Bookmarks New Tab

A New Tab replacement that shows the Bookmarks.

Qu'est-ce que Bookmarks New Tab ?

Bookmarks New Tab est une extension Chrome développée par https://sites.google.com/site/warrentteam, et sa fonction principale est "A New Tab replacement that shows the Bookmarks.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Bookmarks New Tab 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

                        Replace the default New Page tab by a Bookmarks tree menu.

Source
    https://github.com/madrang/Bookmarks-New-Tab

Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links".                    

Informations de Base sur l'Extension

Nom Bookmarks New Tab Bookmarks New Tab
ID njfnhkobpepaoogpflmbmiefmnlhkgjn
URL Officiel https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn
Description A New Tab replacement that shows the Bookmarks.
Taille du Fichier 487 KB
Nombre d'Installations 447
Version Actuelle 0.0.1.1
Dernière Mise à Jour 2021-07-19
Date de Publication 2012-10-31
Évaluation 4.69/5 Total 13 Évaluations
Développeur https://sites.google.com/site/warrentteam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/madrang/Bookmarks-New-Tab
URL de la Page de Politique de Confidentialité https://openpd.org
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "0.0.1.1",
    "description": "A New Tab replacement that shows the Bookmarks.",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "offline_enabled": true,
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}