b2ntp

Simple and powerful New Tab Page with your bookmarks

Hvad er b2ntp?

b2ntp er en Chrome-udvidelse udviklet af d3ward, og dens hovedfunktion er "Simple and powerful New Tab Page with your bookmarks".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download b2ntp-udvidelses-CRX-fil

Download b2ntp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn b2ntp b2ntp
ID bgiigakflpaegcgpmhohneffdfcefinl
Officiel URL https://chromewebstore.google.com/detail/b2ntp/bgiigakflpaegcgpmhohneffdfcefinl
Beskrivelse Simple and powerful New Tab Page with your bookmarks
Filstørrelse 81.28 KB
Antal Installationer 58
Nuværende Version 1.0.1
Senest Opdateret 2022-02-16
Udgivelsesdato 2021-06-16
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler d3ward
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://b2ntp.vercel.app/
Understøttede Sprog 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"
    ]
}