Wondertab

Wondertab is a minimalistic extension to make your new tabs shine.

Cos'è Wondertab?

Wondertab è un'estensione di Chrome sviluppata da Wondertab, e la sua funzione principale è "Wondertab is a minimalistic extension to make your new tabs shine.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wondertab

Scarica i file di estensione Wondertab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Make your Chrome browser's new start page the way it should be: fast, customizable, beautiful and productive! The new Chrome tab can easily turn into a powerful and convenient toolbar.

Wondertab's minimalist, elegant design allows you to focus on the main expansion functions without compromising on content. We have completely reworked Wondertab's functionality and visual appearance, so that you enjoy the way it works.

Our main features:

- Expansion is absolutely free. No hidden ads;
- Add bookmarks and get quick access to your favorite sites in just a couple of clicks;
- See the time right on the main screen, so you don't miss a thing;
- Personal smart search right in the tab: your favorite search engines are collected in one place;
- Create lists of your business right on the Chrome start page. Now you won't miss anything and you'll always get the work done on time;
- Automatic daily wallpaper change: the best HD images are available for you. You can also change them whenever you like with one click, or upload your favorite photos as a screensaver;
- Simple, convenient and intuitive management of all widgets and extensions.

------------------------------------------------------------------------------------

HOW TO USE WONDERTAB?

1. Q: How can I add a new bookmark?
    A: There are a few ways to do so! 
    - while on the site you want to add, just click the WonderTab icon in the right upper corner of your browser! Fill all the necessary fields and click "OK"
    - OR click RMB while on the site you want to add and choose "Pin to WonderTab" option
    - OR press the "+" button while you're on the new tab and manually add the bookmark by filling all the available fields

2. Q: How can I edit or remove a bookmark?
    A: just click RMB on the bookmark you'd like to edit or to remove and choose the necessary option.

3. Q: How to change the background?
    A: There are a few ways to change your background:
    - do it randomly by pressing on the mill icon on the right bottom side of your new tab
    - OR open Settings menu by clicking the icon on the right bottom side of your new tab, choose "Theme" tab and choose one of the available wallpapers or even upload your own picture!

4. Q: How to use the To-Do List?
    A: Click the checkbox icon on the right upper side of your new tab and add the new thing you want to do in the list.

Can't find a simple, convenient extension that can tweak the simplest and most obvious things? Need a custom design for your favorite Chrome homepage? Wondertab is just what you need. Install it and see for yourself.

------------------------------------------------------------------------------------

v.1.2.0 What's new?

- Meet the new design! It's minimalistic now, with more attractive and neat icons
- Use the most popular sites right from the new tab: they are already added, and you don't have to search and add them manually
- Now you can add new bookmarks with a few ways! Choose the one you like most: through extension icon, by clicking RMB on the necessary site or using the "+" button right in the new tab                    

Informazioni di Base sull'Estensione

Nome Wondertab Wondertab
ID dijcdmefkmlhnbkcejcmepheakikgpdg
URL Ufficiale https://chromewebstore.google.com/detail/wondertab/dijcdmefkmlhnbkcejcmepheakikgpdg
Descrizione Wondertab is a minimalistic extension to make your new tabs shine.
Dimensione del File 3.88 MB
Conteggio Installazioni 781
Versione Corrente 2.0.1
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2019-10-11
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Wondertab
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "history",
        "unlimitedStorage",
        "contextMenus",
        "storage",
        "topSites",
        "management"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "2.0.1"
}