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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hidetake Iwata และคุณลักษณะหลักของมันคือ "Lightweight New Tab Page with Bookmarks and Top Sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BNTP: Bookmarks in New Tab Page

ดาวน์โหลดไฟล์ส่วนขยาย BNTP: Bookmarks in New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}