Bookmark Plus New Tab

New tab rich backgrounds plus bookmarks.

Qu'est-ce que Bookmark Plus New Tab ?

Bookmark Plus New Tab est une extension Chrome développée par DiversifyMedia, et sa fonction principale est "New tab rich backgrounds plus bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Bookmark Plus 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

                        Experience a minimal new tab page with this extension. Choose from over a dozen unique background images or upload your own. Go with an uncluttered look or include your favorite web sites on the new tab. More features coming in future updates. 

Please read carefully: By clicking the "Add To Chrome" button and activating this browser extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. You can uninstall the program at any time.

Terms of Use Agreement: https://bookmark-plus.com/terms-of-use/

Privacy Policy: https://bookmark-plus.com/privacy-policy/

Contact Us: https://bookmark-plus.com/contact-us/

Uninstall Information: https://bookmark-plus.com/uninstall/

About Us: https://bookmark-plus.com/about-us/

Permissions Requested By This Extension
To perform the functions described in this extension, the following permissions are requested:

Bookmarks Access
Needed to display user's bookmarks in the omnibox. 

Tabs Access
Clicking a bookmark from the extension will may launch a new tab if the user initiates that option in General Settings.

Storage Access
This is needed to pull the favicon of recently visited sites. 

Topsites Access
Needed to display the most recently visited sites on the new tab page.                    

Informations de Base sur l'Extension

Nom Bookmark Plus New Tab Bookmark Plus New Tab
ID pileccchakeaiiooalioncnjcffggdgo
URL Officiel https://chromewebstore.google.com/detail/bookmark-plus-new-tab/pileccchakeaiiooalioncnjcffggdgo
Description New tab rich backgrounds plus bookmarks.
Taille du Fichier 4.44 MB
Nombre d'Installations 20,000
Version Actuelle 1.0.8
Dernière Mise à Jour 2022-09-16
Date de Publication 2021-04-03
Développeur DiversifyMedia
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://bookmark-plus.com/contact-us/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Plus New Tab",
    "short_name": "Bookmark Plus New Tab",
    "description": "New tab rich backgrounds plus bookmarks.",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_icon": "img\/128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "history",
        "unlimitedStorage",
        "favicon",
        "storage",
        "topSites"
    ],
    "version": "1.0.8"
}