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
公式URL 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
Eメール [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"
    ]
}