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!

Qu'est-ce que DailyLauncher: Custom New Tab Startpage ?

DailyLauncher: Custom New Tab Startpage est une extension Chrome développée par https://dailylauncher.com, et sa fonction principale est "Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DailyLauncher: Custom New Tab Startpage

Téléchargez les fichiers d'extension DailyLauncher: Custom New Tab Startpage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom DailyLauncher: Custom New Tab Startpage DailyLauncher: Custom New Tab Startpage
ID pdnbdpgpaofgjccejoggaegalheedcaa
URL Officiel https://chromewebstore.google.com/detail/dailylauncher-custom-new/pdnbdpgpaofgjccejoggaegalheedcaa
Description Create your own beautiful new tab screen (startpage) with links, images, and more. Bookmarks and dev tool integrations coming soon!
Taille du Fichier 7.08 MB
Nombre d'Installations 33
Version Actuelle 0.1.3
Dernière Mise à Jour 2022-11-02
Date de Publication 2022-03-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://dailylauncher.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.dailylauncher.com/
URL de la Page de Politique de Confidentialité https://www.dailylauncher.com/privacy.html
Langues Prises en Charge 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"
    ]
}