Dashboard of Bookmarks

Add a new dashboard of bookmarks and override the Chrome Newtab page.

ما هو Dashboard of Bookmarks؟

Dashboard of Bookmarks هو إضافة Chrome تم تطويرها بواسطة Encore Shao، والميزة الرئيسية لها هي "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Add a new dashboard for bookmarks and override the Chrome Newtab page.                    

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

الاسم Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
عنوان URL الرسمي https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
الوصف Add a new dashboard of bookmarks and override the Chrome Newtab page.
حجم الملف 7.07 MB
عدد التثبيتات 102
النسخة الحالية 0.1.5
آخر تحديث 2017-11-12
تاريخ النشر 2017-11-12
تقييم 4.75/5 مجموع تقييمات 4
المطور Encore Shao
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_US",
    "author": "Encore Shao",
    "short_name": "Bookmarks",
    "name": "Dashboard of Bookmarks",
    "description": "Add a new dashboard of bookmarks and override the Chrome Newtab page.",
    "options_page": "src\/options\/index.html",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "js\/libs.js",
            "js\/bookmark.js",
            "js\/background.js",
            "js\/bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "downloads",
        "storage",
        ""
    ]
}