Bookmarks@newtab

A new tab page that displays your bookmarks.

Qu'est-ce que Bookmarks@newtab ?

Bookmarks@newtab est une extension Chrome développée par pine.nuts, et sa fonction principale est "A new tab page that displays your bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarks@newtab

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

                        Features:
- Masonry view, list view, icon view and grid view
- Add, edit, delete and move bookmarks
- Customizable background color, background image and text colors                    

Informations de Base sur l'Extension

Nom Bookmarks@newtab Bookmarks@newtab
ID iceijoabkonabhjmokfmkbifmoogagoe
URL Officiel https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe
Description A new tab page that displays your bookmarks.
Taille du Fichier 3.95 MB
Nombre d'Installations 20
Version Actuelle 1.4.4
Dernière Mise à Jour 2024-02-27
Date de Publication 2020-01-13
Développeur pine.nuts
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarks@newtab",
    "version": "1.4.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}