b2ntp

Simple and powerful New Tab Page with your bookmarks

b2ntp란 무엇입니까?

b2ntp은(는) d3ward에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and powerful New Tab Page with your bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

b2ntp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 b2ntp b2ntp
ID bgiigakflpaegcgpmhohneffdfcefinl
공식 URL https://chromewebstore.google.com/detail/b2ntp/bgiigakflpaegcgpmhohneffdfcefinl
설명 Simple and powerful New Tab Page with your bookmarks
파일 크기 81.28 KB
설치 횟수 58
현재 버전 1.0.1
최근 업데이트 2022-02-16
출시 날짜 2021-06-16
평점 4.50/5 총 2 개의 평점
개발자 d3ward
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://b2ntp.vercel.app/
지원되는 언어 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"
    ]
}