uTab - Unlimited Custom Dashboard

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

Vad är uTab - Unlimited Custom Dashboard?

uTab - Unlimited Custom Dashboard är en Chrome-tillägg utvecklad av https://utab.io, och dess huvudfunktion är "Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner uTab - Unlimited Custom Dashboard-förlängningens CRX-fil

Ladda ner uTab - Unlimited Custom Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn uTab - Unlimited Custom Dashboard uTab - Unlimited Custom Dashboard
ID npmjjkphdlmbeidbdbfefgedondknlaf
Officiell webbadress https://chromewebstore.google.com/detail/utab-unlimited-custom-das/npmjjkphdlmbeidbdbfefgedondknlaf
Beskrivning Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...
Filstorlek 893 KB
Antal Installationer 304,313
Aktuell Version 3.1
Senast Uppdaterad 2022-02-15
Publiceringsdatum 2020-07-02
Betyg 4.28/5 Totalt 1024 Betyg
Utvecklare https://utab.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://utab.io/
URL till Sekretesspolicy Sidan https://utab.io/privacy.html
Stödda Språk 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"
    ]
}