Bookmarks@newtab
A new tab page that displays your bookmarks.
ما هو Bookmarks@newtab؟
Bookmarks@newtab هو إضافة Chrome تم تطويرها بواسطة pine.nuts، والميزة الرئيسية لها هي "A new tab page that displays your bookmarks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks@newtab
قم بتنزيل ملفات الامتداد Bookmarks@newtab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: - Masonry view, list view, icon view and grid view - Add, edit, delete and move bookmarks - Customizable background color, background image and text colors
معلومات أساسية عن التمديد
الاسم | Bookmarks@newtab |
ID | iceijoabkonabhjmokfmkbifmoogagoe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe |
الوصف | A new tab page that displays your bookmarks. |
حجم الملف | 3.95 MB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.4.4 |
آخر تحديث | 2024-02-27 |
تاريخ النشر | 2020-01-13 |
المطور | pine.nuts |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarks@newtab", "version": "1.4.4", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "favicon", "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |