Better Bookmarks

Display and navigate your bookmarks on the new tab page!

ما هو Better Bookmarks؟

Better Bookmarks هو إضافة Chrome تم تطويرها بواسطة the.toyoun، والميزة الرئيسية لها هي "Display and navigate your bookmarks on the new tab page!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Better Bookmarks

قم بتنزيل ملفات الامتداد Better Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Better Bookmarks, you'll never need to navigate through the bookmark manager again.


Included Features:

- Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page.


Upcoming Features:

- Add, remove, or edit bookmarks dynamically on the new tab page display!
- Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window.
- Adjust the size of bookmark folders through a simple click and drag.


Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks

Thanks for using Better Bookmarks!                    

معلومات أساسية عن التمديد

الاسم Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
الوصف Display and navigate your bookmarks on the new tab page!
حجم الملف 196 KB
عدد التثبيتات 70
النسخة الحالية 0.0.1
آخر تحديث 2019-04-17
تاريخ النشر 2019-04-16
المطور the.toyoun
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "version": "0.0.1",
    "description": "Display and navigate your bookmarks on the new tab page!",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Better Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}