b2ntp

Simple and powerful New Tab Page with your bookmarks

b2ntp là gì?

b2ntp là một tiện ích mở rộng Chrome được phát triển bởi d3ward, và tính năng chính của nó là "Simple and powerful New Tab Page with your bookmarks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng b2ntp

Tải xuống các tệp mở rộng b2ntp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên b2ntp b2ntp
ID bgiigakflpaegcgpmhohneffdfcefinl
URL Chính Thức https://chromewebstore.google.com/detail/b2ntp/bgiigakflpaegcgpmhohneffdfcefinl
Mô tả Simple and powerful New Tab Page with your bookmarks
Kích Thước Tệp 81.28 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-16
Ngày Phát Hành 2021-06-16
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển d3ward
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://b2ntp.vercel.app/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}