Wondertab

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

什么是Wondertab?

Wondertab是由Wondertab开发的Chrome扩展程序,该扩展的主要功能是“Wondertab is a minimalistic extension to make your new tabs shine.”。

扩展截图

screenshot
screenshot
screenshot

下载Wondertab扩展crx文件

下载Wondertab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Wondertab Wondertab
ID dijcdmefkmlhnbkcejcmepheakikgpdg
官方URL https://chromewebstore.google.com/detail/wondertab/dijcdmefkmlhnbkcejcmepheakikgpdg
简介 Wondertab is a minimalistic extension to make your new tabs shine.
文件大小 3.88 MB
安装次数 781
当前版本 2.0.1
更新时间 2024-02-06
上架时间 2019-10-11
评分 4.00/5 共2次评分
开发者 Wondertab
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}