Bookmarks New Tab
A New Tab replacement that shows the Bookmarks.
ما هو Bookmarks New Tab؟
Bookmarks New Tab هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/warrentteam، والميزة الرئيسية لها هي "A New Tab replacement that shows the Bookmarks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks New Tab
قم بتنزيل ملفات الامتداد Bookmarks New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace the default New Page tab by a Bookmarks tree menu. Source https://github.com/madrang/Bookmarks-New-Tab Disclaimer: May contains links, that once clicked, will open. This disclaimer was added to comply to TOS regarding use of "Quick links".
معلومات أساسية عن التمديد
الاسم | Bookmarks New Tab |
ID | njfnhkobpepaoogpflmbmiefmnlhkgjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn |
الوصف | A New Tab replacement that shows the Bookmarks. |
حجم الملف | 487 KB |
عدد التثبيتات | 447 |
النسخة الحالية | 0.0.1.1 |
آخر تحديث | 2021-07-19 |
تاريخ النشر | 2012-10-31 |
تقييم | 4.69/5 مجموع تقييمات 13 |
المطور | https://sites.google.com/site/warrentteam |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/madrang/Bookmarks-New-Tab |
عنوان صفحة سياسة الخصوصية | https://openpd.org |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks New Tab", "version": "0.0.1.1", "description": "A New Tab replacement that shows the Bookmarks.", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "offline_enabled": true, "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "incognito": "spanning", "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "management" ], "chrome_url_overrides": { "newtab": "new_tab.html" } } |