uTab - Unlimited Custom Dashboard

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

Qu'est-ce que uTab - Unlimited Custom Dashboard ?

uTab - Unlimited Custom Dashboard est une extension Chrome développée par https://utab.io, et sa fonction principale est "Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension uTab - Unlimited Custom Dashboard

Téléchargez les fichiers d'extension uTab - Unlimited Custom Dashboard 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

                        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                    

Informations de Base sur l'Extension

Nom uTab - Unlimited Custom Dashboard uTab - Unlimited Custom Dashboard
ID npmjjkphdlmbeidbdbfefgedondknlaf
URL Officiel https://chromewebstore.google.com/detail/utab-unlimited-custom-das/npmjjkphdlmbeidbdbfefgedondknlaf
Description Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...
Taille du Fichier 893 KB
Nombre d'Installations 304,313
Version Actuelle 3.1
Dernière Mise à Jour 2022-02-15
Date de Publication 2020-07-02
Évaluation 4.28/5 Total 1024 Évaluations
Développeur https://utab.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://utab.io/
URL de la Page de Politique de Confidentialité https://utab.io/privacy.html
Langues Prises en Charge 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"
    ]
}