BookmarkManager

Convenient and beautiful new tab bookmark manager.

ما هو BookmarkManager؟

BookmarkManager هو إضافة Chrome تم تطويرها بواسطة Sasha Onoshko، والميزة الرئيسية لها هي "Convenient and beautiful new tab bookmark manager.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BookmarkManager

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

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

                        This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab.
Also, you can change the background image of the new tab.                    

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

الاسم BookmarkManager BookmarkManager
ID ldjaccfbgefedaefkliajmdiicajaofb
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb
الوصف Convenient and beautiful new tab bookmark manager.
حجم الملف 623 KB
عدد التثبيتات 12
النسخة الحالية 0.1.03
آخر تحديث 2021-02-12
تاريخ النشر 2018-11-27
تقييم 5.00/5 مجموع تقييمات 1
المطور Sasha Onoshko
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkManager",
    "description": "Convenient and beautiful new tab bookmark manager.",
    "version": "0.1.03",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}