b2ntp
Simple and powerful New Tab Page with your bookmarks
什麼是b2ntp?
b2ntp是由d3ward開發的Chrome擴展程式,該擴展的主要功能是“Simple and powerful New Tab Page with your bookmarks”。
擴展截圖
下載b2ntp擴展crx文件
下載b2ntp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | bgiigakflpaegcgpmhohneffdfcefinl |
官方網址 | 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" ] } |