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!

Was ist DailyLauncher: Custom New Tab Startpage?

DailyLauncher: Custom New Tab Startpage ist eine Chrome-Erweiterung, die von https://dailylauncher.com entwickelt wurde, und ihr Hauptmerkmal ist "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

DailyLauncher: Custom New Tab Startpage-Erweiterungs-CRX-Datei herunterladen

Laden Sie DailyLauncher: Custom New Tab Startpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ⚠️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                    

Grundlegende Informationen zur Erweiterung

Name DailyLauncher: Custom New Tab Startpage DailyLauncher: Custom New Tab Startpage
ID pdnbdpgpaofgjccejoggaegalheedcaa
Offizielle URL https://chromewebstore.google.com/detail/dailylauncher-custom-new/pdnbdpgpaofgjccejoggaegalheedcaa
Beschreibung Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!
Dateigröße 7.08 MB
Installationsanzahl 33
Aktuelle Version 0.1.3
Letztes Update 2022-11-02
Veröffentlichungsdatum 2022-03-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://dailylauncher.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.dailylauncher.com/
URL der Datenschutzrichtlinien-Seite https://www.dailylauncher.com/privacy.html
Unterstützte Sprachen 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"
    ]
}