DailyLauncher: Custom New Tab Startpage

Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!

什麼是DailyLauncher: Custom New Tab Startpage?

DailyLauncher: Custom New Tab Startpage是由https://dailylauncher.com開發的Chrome擴展程式,該擴展的主要功能是“Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載DailyLauncher: Custom New Tab Startpage擴展crx文件

下載DailyLauncher: Custom New Tab Startpage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⚠️This extension is in Beta! Please excuse some small bugs and ugliness

Design your own "New Tab" page the way you like it:
🔗 Add links from your bookmarks or easily make new ones
👉 drag, drop, resize, delete
🎨 Choose from 3+ themes
🏞 upload images
💻 make a layout for any device (responsive)
☁️ synchronize your layout to any device (automatic cloud sync)

Coming soon:
🧑‍💻 Developer tools (Github, Jira)
🌦 Weather
🔎 Search bar

Changelog:
Version 0.1.3: New theme, better landing page
Version 0.1.2: Account Options
Version 0.1.1: Quickfix for invisible font
Version 0.1.0: Community Release
     - Added bookmark drag-drop functionality
     - Added theme selection and choice of 2 themes
Version 0.0.2: Big performance update + bugfixes                    

擴展基本資訊

名稱 DailyLauncher: Custom New Tab Startpage DailyLauncher: Custom New Tab Startpage
ID pdnbdpgpaofgjccejoggaegalheedcaa
官方網址 https://chromewebstore.google.com/detail/dailylauncher-custom-new/pdnbdpgpaofgjccejoggaegalheedcaa
簡介 Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!
檔案大小 7.08 MB
安裝次數 33
目前版本 0.1.3
更新時間 2022-11-02
上架時間 2022-03-14
評分 5.00/5 共 2 次評分
開發者 https://dailylauncher.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.dailylauncher.com/
隱私政策頁面URL https://www.dailylauncher.com/privacy.html
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "TeeterTater",
    "version": "0.1.3",
    "description": "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!",
    "short_name": "DailyLauncher",
    "name": "DailyLauncher: Custom New Tab Startpage",
    "icons": {
        "16": "icon16.ico",
        "48": "icon48.ico",
        "128": "icon128.ico"
    },
    "background_color": "#f2f5f9",
    "action": {
        "default_icon": "icon16.ico"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "background",
        "bookmarks"
    ]
}