b2ntp
Simple and powerful New Tab Page with your bookmarks
Qu'est-ce que b2ntp ?
b2ntp est une extension Chrome développée par d3ward, et sa fonction principale est "Simple and powerful New Tab Page with your bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension b2ntp
Téléchargez les fichiers d'extension b2ntp 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
Bring your bookmarks to the homepage with a customizable Kanban Board and a powerful search bar Overview - Search bar that look for your bookmarks or directly search on the web with shortcuts - Customizable newtab background with local image , from url or random cool gradient backgrounds - Use Keyboard shortcuts - Set colors , layout and options from a simple settings panel - Optional sidebar Weather Widget - Free and Open Source Privacy Concerns ? What happens in your computer stays in your computer b2ntp does NOT collect or use your personal or browser data in any way b2ntp does NOT include any form of tracking or analytics This extension has only bookmarks permission and is used to read only , it can't edit or delete your bookmarks
Informations de Base sur l'Extension
Nom | b2ntp |
ID | bgiigakflpaegcgpmhohneffdfcefinl |
URL Officiel | https://chromewebstore.google.com/detail/b2ntp/bgiigakflpaegcgpmhohneffdfcefinl |
Description | Simple and powerful New Tab Page with your bookmarks |
Taille du Fichier | 81.28 KB |
Nombre d'Installations | 58 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-02-16 |
Date de Publication | 2021-06-16 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | d3ward |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://b2ntp.vercel.app/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "b2ntp", "description": "Simple and powerful New Tab Page with your bookmarks", "version": "1.0.1", "chrome_url_overrides": { "newtab": "blank.html" }, "browser_action": { "default_icon": ".\/src\/png\/256x256.png" }, "icons": { "20": "src\/png\/20x20.png", "48": "src\/png\/48x48.png", "128": "src\/png\/128x128.png", "256": "src\/png\/256x256.png" }, "permissions": [ "bookmarks" ] } |