uTab - Unlimited Custom Dashboard

Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...

O que é uTab - Unlimited Custom Dashboard?

uTab - Unlimited Custom Dashboard é uma extensão do Chrome desenvolvida por https://utab.io, e sua principal característica é "Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão uTab - Unlimited Custom Dashboard

Baixe arquivos de extensão uTab - Unlimited Custom Dashboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        uTab is a way to infinity options for customizing the New Tab. Among the most interesting functions you can find the next:

- make as many folders with different bookmarks as you need right on the new tab
- apply dark/light mode
- opportunity to change the background of a start page
- support clocks from 10 time zones

By clicking "Add to Chrome", I accept and agree to installing the uTab - Unlimited Custom Dashboard Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing.

uTab is a unique Start Page where you can add an unlimited amount of folders with bookmarks. Any bookmark or a group of them can be organized in separate folders that contain up to 83 bookmarks. Create different folders with lots of bookmarks that you set according to topics, tasks, users, etc. Rename them, copy, choose the background and organize bookmarks inside of each folder. Upload preview to easily navigate across the many bookmarks folders. 

Working with a Start page has never been so simple. Design of the uTab where you operate with apps and set their layout as you wish for additional convenience. Put the most used apps in the middle of the page and leave others at the bottom. As well with u New Tab it's possible to place apps according to functionality. In other words, you are limited only by your imagination.  

Apply a dark theme for the new tab or stay with a light mode if needed. Simply switch the dark mode in the settings menu with just one click. It's a super intuitive interface to working with a home page that was created to provide a unique experience in using a start page.

 Select different backgrounds for the home page among the amazing options and set it using the simple clicks at the menu. The whole stock of images for your start page is available on the website unsplash.com.  With a custom tab fond, it's a good chance to emphasize individuality or accent today's mood. Choose from the dozens of wallpapers and apply them as a background to customize your new tab. 

uTab - unlimited Home Page is equipped with fully customized clocks for the new tab. Various settings for the clock as a part of the most advanced start page that will be complete as you wish and as it should be. 10 different time zones are available in the main settings menu of uTab for Chrome.

Privacy Policy - https://utab.io/privacy.html
Terms of Service - https://utab.io/terms.html
About Us - https://utab.io/about.html
Contact Us - https://appolo1.com/#contact-us                    

Informações Básicas da Extensão

Nome uTab - Unlimited Custom Dashboard uTab - Unlimited Custom Dashboard
ID npmjjkphdlmbeidbdbfefgedondknlaf
URL Oficial https://chromewebstore.google.com/detail/utab-unlimited-custom-das/npmjjkphdlmbeidbdbfefgedondknlaf
Descrição Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...
Tamanho do Arquivo 893 KB
Contagem de Instalações 304,313
Versão Atual 3.1
Última Atualização 2022-02-15
Data de Publicação 2020-07-02
Classificação 4.28/5 Total de 1024 Avaliações
Desenvolvedor https://utab.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://utab.io/
URL da Página de Política de Privacidade https://utab.io/privacy.html
Idiomas Suportados id,ms,de,en,fil,fr,nl,no,tr,da,et,es,it,pl,sk,fi,sr,fa,mr,gu,ta,te,kn-IN,ml,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "3.1",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "https:\/\/sshot.org\/*",
        "contextMenus",
        "chrome:\/\/favicon\/*",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/unsplash.com\/*"
            ],
            "js": [
                "js\/unsplash.js"
            ],
            "css": [
                "assets\/static\/css\/unsplash.css"
            ]
        },
        {
            "matches": [
                "*:\/\/flixel.com\/*"
            ],
            "js": [
                "js\/flixel.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}