Spaceboard - New tab dashboard

Opens a dashboard on your new tab, that boosts your productivity and day to day activity on the web.

Spaceboard - New tab dashboardคืออะไร?

Spaceboard - New tab dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spaceboard Studio และคุณลักษณะหลักของมันคือ "Opens a dashboard on your new tab, that boosts your productivity and day to day activity on the web."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spaceboard - New tab dashboard

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

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

                        If you ever felt that the browser's new tab should do more, Spaceboard is the extension you've been searching for all this time.

Start your workday faster and easier with a personal dashboard that lets you save content and organize it on different boards, with notes and to-do lists with progress status.

Organize your projects into boards that open in your new tab, based on your preferences, to help you focus on deadlines, efficiency, and the content you need to get things done.

Features:

- Bookmarks, with rich content and notes
- Group content by tags
- Easily open tab groups
- Notes with to-do lists
- Calendar with to-dos with different progress statuses sorted for each date
- Journal keeping
- Weather forecast with five days forecast
- Predefined and custom background images
- Easy search and navigation using tags
- Sync data between different browsers and devices
- Fast customer support
- Secure data and complete ownership of your data
- Productivity settings, different new tab page during work hours
- Change fonts

"For every minute spent organizing, an hour is earned." –Benjamin Franklin.                    

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

ชื่อ Spaceboard - New tab dashboard Spaceboard - New tab dashboard
ID ifkbafcmimmmblgjjlkfdipcopplcokh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spaceboard-new-tab-dashbo/ifkbafcmimmmblgjjlkfdipcopplcokh
คำอธิบาย Opens a dashboard on your new tab, that boosts your productivity and day to day activity on the web.
ขนาดไฟล์ 1.69 MB
จำนวนการติดตั้ง 605
เวอร์ชันปัจจุบัน 0.0.14
อัปเดตครั้งล่าสุด 2022-08-23
วันที่เผยแพร่ 2022-08-04
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Spaceboard Studio
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.getspaceboard.com/
URL หน้าช่วยเหลือ https://www.getspaceboard.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.getspaceboard.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spaceboard - New tab dashboard",
    "version": "0.0.14",
    "description": "Opens a dashboard on your new tab, that boosts your productivity and day to day activity on the web.",
    "manifest_version": 3,
    "permissions": [
        "history",
        "tabs",
        "tabGroups",
        "bookmarks",
        "geolocation",
        "search"
    ],
    "host_permissions": [
        "https:\/\/api.getspaceboard.com\/",
        "https:\/\/*.google.com\/"
    ],
    "offline_enabled": true,
    "action": {
        "default_icon": {
            "16": "assets\/media\/favicon-16x16.png",
            "24": "assets\/media\/favicon-24x24.png",
            "32": "assets\/media\/favicon-32x32.png",
            "48": "assets\/media\/favicon-48x48.png",
            "128": "assets\/media\/favicon-128x128.png"
        },
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/media\/favicon-16x16.png",
        "24": "assets\/media\/favicon-24x24.png",
        "32": "assets\/media\/favicon-32x32.png",
        "48": "assets\/media\/favicon-48x48.png",
        "128": "assets\/media\/favicon-128x128.png"
    },
    "homepage_url": "https:\/\/www.getspaceboard.com\/"
}