Bookmarks New Tab

Organise your Bookmarks on your new tab with options to create folders with bookmarks

Qu'est-ce que Bookmarks New Tab ?

Bookmarks New Tab est une extension Chrome développée par Locksley Ltd, et sa fonction principale est "Organise your Bookmarks on your new tab with options to create folders with bookmarks".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
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

                        Bookmarks New Tab lets you organise all your Bookmarks in folders on your new tabs, you can create unlimited folders and save bookmarks to them for easy convenient access in your new tab.  Simple right click on any page select save and select the folder to put this bookmark, all bookmarks for that folder will be displayed on your new tabs.

By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below.  Please note this extension changes your new tab search to results powered by bing.com.

https://bookmarks-newtab.com/privacy.html
https://bookmarks-newtab.com/terms.html                    

Informations de Base sur l'Extension

Nom Bookmarks New Tab Bookmarks New Tab
ID jjojbmhmaokgkfjjghgflflbbbmbbhhn
URL Officiel https://chromewebstore.google.com/detail/bookmarks-new-tab/jjojbmhmaokgkfjjghgflflbbbmbbhhn
Description Organise your Bookmarks on your new tab with options to create folders with bookmarks
Taille du Fichier 345 KB
Nombre d'Installations 9,527
Version Actuelle 1.2
Dernière Mise à Jour 2021-01-11
Date de Publication 2020-11-25
Développeur Locksley Ltd
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://nifty-counters.com/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Organise your Bookmarks on your new tab with options to create folders with bookmarks",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "chrome:\/\/favicon\/",
        "https:\/\/api.bing.com\/*",
        "https:\/\/bookmarks-newtab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;"
}