Bookmarks@newtab
A new tab page that displays your bookmarks.
Wat is Bookmarks@newtab?
Bookmarks@newtab is een Chrome-extensie ontwikkeld door pine.nuts, en de belangrijkste functie is "A new tab page that displays your bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarks@newtab
Download Bookmarks@newtab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features: - Masonry view, list view, icon view and grid view - Add, edit, delete and move bookmarks - Customizable background color, background image and text colors
Basisinformatie over de Extensie
Naam | Bookmarks@newtab |
ID | iceijoabkonabhjmokfmkbifmoogagoe |
Officiële URL | https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe |
Beschrijving | A new tab page that displays your bookmarks. |
Bestandsgrootte | 3.95 MB |
Aantal Installaties | 20 |
Huidige Versie | 1.4.4 |
Laatst Bijgewerkt | 2024-02-27 |
Publicatiedatum | 2020-01-13 |
Ontwikkelaar | pine.nuts |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |