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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BNTP: Bookmarks in New Tab Page
قم بتنزيل ملفات الامتداد BNTP: Bookmarks in New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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 } |