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”。
擴展截圖
下載BNTP: Bookmarks in New Tab Page擴展crx文件
下載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 |
ID | feeleilgbmkkpapllljmclmbeddcdeeh |
官方網址 | 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 } |