b2ntp
Simple and powerful New Tab Page with your bookmarks
b2ntpคืออะไร?
b2ntp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d3ward และคุณลักษณะหลักของมันคือ "Simple and powerful New Tab Page with your bookmarks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย b2ntp
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |