BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

BNTP: Bookmarks in New Tab Page란 무엇입니까?

BNTP: Bookmarks in New Tab Page은(는) Hidetake Iwata에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightweight New Tab Page with Bookmarks and Top Sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BNTP: Bookmarks in New Tab Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Less is more.

* Simple
* Lightweight
* No ads
* No tracking

Features:

* List bookmarks by folders
* Collapse a folder
* Move a bookmark by Drag and Drop
* Edit a bookmark
* Automatic dark mode
* Sync the preferences (theme or folder collapse)

It will request the following permissions:

* Show bookmarks
* Show recently visited sites
* Show favicon
* Store preferences to storage

This is an open source software.
https://github.com/int128/bntp                    

확장 프로그램 기본 정보

이름 BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
공식 URL https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
설명 Lightweight New Tab Page with Bookmarks and Top Sites
파일 크기 194 KB
설치 횟수 2,509
현재 버전 3.4.2
최근 업데이트 2024-03-03
출시 날짜 2017-12-17
평점 4.67/5 총 113 개의 평점
개발자 Hidetake Iwata
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/int128/bntp
도움말 페이지 URL https://github.com/int128/bntp
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BNTP: Bookmarks in New Tab Page",
    "version": "3.4.2",
    "description": "Lightweight New Tab Page with Bookmarks and Top Sites",
    "permissions": [
        "bookmarks",
        "topSites",
        "favicon",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "small_tiles.png",
        "128": "small_tiles_128.png"
    },
    "manifest_version": 3
}