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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dailylauncher.com, και η κύρια λειτουργία του είναι "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DailyLauncher: Custom New Tab Startpage

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}