Dashboard

Dashboard gives you a stunning New Tab page, complete with different layouts, modules, themes, and more!

Dashboardคืออะไร?

Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zachary Sakowitz และคุณลักษณะหลักของมันคือ "Dashboard gives you a stunning New Tab page, complete with different layouts, modules, themes, and more!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dashboard completely renovates the New Tab page of Chrome, adding new features such as quick access bookmarks (Saved Pages), a notepad automatically synced across devices, and more! It also has several themes that you can choose from, different layouts to use, and you can even set up keyboard shortcuts for your favorite actions! With an easy-to-use interface, Dashboard is all you need to keep an organized, clean New Tab page.

Recent Updates

1.2.0
- Added quick search functionality for Saved Pages. Type 'go' into your address bar, then space or tab. Afterwards, you can search for any of your Saved Pages quickly and easily!

1.1.0
- Completely redid Theme Creator, moving colors to top.
- Added 'console' module.
- Allowed shortcuts to be set on Dashboard Web, although user cannot set keyboard shortcuts.
- Added four new layouts.
- Added "Randomize Theme" to Theme Creator.
- Added Statistics.JS by zSnout for future module.

1.0.0 (March 11, 2021)
- Officially out of beta!
- Added Daily Tasks to To-Do modules!
- Redid Saved Pages module to keep style in like with existing modules. Old version is no longer available.
- Created To-Do Grid module to keep style in line with existing modules. To-Do List is still available.
- Created Shortcuts module to activate shortcuts from New Tab page.
- Added more shortcut spaces, allowing up to 8 to be set.
- Added 14 new preset themes: red, orange, yellow, green, blue, purple, and magenta, with light and dark versions of each.

0.4.0 (March 7, 2021)
- New Theme Creator module! Edit the appearance of Dashboard, then share your theme with friends!
- New To-Do List module! Create actions that need doing and mark them when completed!
- Redesigned theme system.

0.3.0 (March 3, 2021)
- New Chat module! Chat quickly and easily with your friends!
- Added Help module for quick and simple help while using Dashboard.
- First release of Dashboard Web at dashboard.zsnout.com!
- Redesigned internal systems.

0.2.0 (February 10, 2021)
- New 2048 module! Play 2048 within your browser!
- Minor bug fixes

0.1.0 (February 4, 2021)
- First release!
- Comes with Saved Pages and Notepad modules.
- Created first themes, Light and Dark.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dashboard Dashboard
ID blhlbkgekpgmehmokhmgfppfknildapn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dashboard/blhlbkgekpgmehmokhmgfppfknildapn
คำอธิบาย Dashboard gives you a stunning New Tab page, complete with different layouts, modules, themes, and more!
ขนาดไฟล์ 836 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-06-03
วันที่เผยแพร่ 2021-02-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Zachary Sakowitz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dashboard.zsnout.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dashboard",
    "version": "1.2.0",
    "description": "Dashboard gives you a stunning New Tab page, complete with different layouts, modules, themes, and more!",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "64": "\/icons\/64.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/browser.js",
            "\/scripts\/api\/command.js",
            "\/scripts\/debug.js",
            "\/scripts\/api\/savedPages.js",
            "\/scripts\/api\/notepad.js",
            "\/scripts\/api\/layout.js",
            "\/scripts\/api\/theme.js",
            "\/scripts\/api\/options.js",
            "\/scripts\/api\/shortcuts.js",
            "\/scripts\/api\/modules.js",
            "\/scripts\/api\/calendar.js",
            "\/scripts\/api\/config.js",
            "\/scripts\/api\/2048.js",
            "\/scripts\/api\/todo.js",
            "\/scripts\/api\/context.js",
            "\/scripts\/background.js",
            "\/scripts\/real-bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "options_page": "\/options.html",
    "commands": {
        "shortcut-1": {
            "description": "Run Shortcut 1 (see Options)"
        },
        "shortcut-2": {
            "description": "Run Shortcut 2 (see Options)"
        },
        "shortcut-3": {
            "description": "Run Shortcut 3 (see Options)"
        },
        "shortcut-4": {
            "description": "Run Shortcut 4 (see Options)"
        },
        "shortcut-5": {
            "description": "Run Shortcut 5 (see Options)"
        },
        "shortcut-6": {
            "description": "Run Shortcut 6 (see Options)"
        },
        "shortcut-7": {
            "description": "Run Shortcut 7 (see Options)"
        },
        "shortcut-8": {
            "description": "Run Shortcut 8 (see Options)"
        }
    },
    "omnibox": {
        "keyword": "go"
    }
}