Cobalt Tab

A very customisable widget based start page/new tab

Τι είναι το Cobalt Tab;

Το Cobalt Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joelacus, και η κύρια λειτουργία του είναι "A very customisable widget based start page/new tab".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cobalt Tab

Λήψη αρχείων επέκτασης Cobalt Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Transform your browsing experience with Cobalt – the ultimate customisable widget based start page. Stay up to date with customisable news feeds, check the weather at a glance, manage tasks with the to-do list widget, jot down quick notes, and access your favourite bookmarks effortlessly. Make it as simple and minimalist as you like, or turn it into a productivity hub.

With a sleek and intuitive interface, Cobalt makes it a breeze to personalise your workspace just the way you want. Simply drag and drop widgets around your workspace, arranging them how you like, and resize them to fit your workspace perfectly. Customise each widget with its own settings and styles.

With multiple workspaces, you can have many start pages, each with its own unique set of widgets and style options. Want a different start page for work, school or at home, no problem!


Features
- A range of useful widgets
- Freely move and resize your widgets
- Multiple workspaces
- Highly customisable
- Lock screen
- Browser sync and downloadable backups
- Private and secure
- No account needed

Widgets
- Internet Search - Search DuckDuckGo, Google and YouTube.
- RSS News - Stay up-to-date with your favourite rss news sources.
- Weather - Monitor the weather anywhere in the world.
- Bookmark List - Keep your bookmarks organised in a list or grid, and find them quickly with the search filter.
- Bookmark Button - Just a simple button for your most used sites.
- To-Do List - Keep track of your tasks with the easy to use to-do list.
- Notepad - Jot down quick notes.
- Clock - Format the clock just how you like it, and add multiple clocks with different timezones.
- Timer - Simple timer which will still work even when you have closed the tab.
- Photo - Add any image to your workspace.
- Greeting - Greets you when you load the page, or set a custom label.
- and more!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cobalt Tab Cobalt Tab
ID nlalicdaijhkloggdndahdoohfljmcgd
Επίσημο URL https://chromewebstore.google.com/detail/cobalt-tab/nlalicdaijhkloggdndahdoohfljmcgd
Περιγραφή A very customisable widget based start page/new tab
Μέγεθος Αρχείου 1013 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 0.8.1
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2023-06-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Joelacus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cobaltstart.pages.dev/about
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/joelacus/Cobalt/issues
Υποστηριζόμενες Γλώσσες en,fr,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.8.1",
    "icons": {
        "128": "128.png"
    },
    "author": "github.com\/joelacus",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/complete\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}