uTab - Unlimited Custom Dashboard

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

uTab - Unlimited Custom Dashboardとは何ですか?

uTab - Unlimited Custom Dashboardはhttps://utab.ioによって開発されたChromeの拡張機能で、その主な機能は「Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

uTab - Unlimited Custom Dashboard拡張機能のCRXファイルをダウンロード

uTab - Unlimited Custom Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 uTab - Unlimited Custom Dashboard uTab - Unlimited Custom Dashboard
ID npmjjkphdlmbeidbdbfefgedondknlaf
公式URL https://chromewebstore.google.com/detail/utab-unlimited-custom-das/npmjjkphdlmbeidbdbfefgedondknlaf
説明 Perfect New tab to organize bookmarks with lots of features. Create named folders with bookmarks, organize apps, set search bar...
ファイルサイズ 893 KB
インストール数 304,313
現在のバージョン 3.1
最終更新日 2022-02-15
公開日 2020-07-02
評価 4.28/5 合計 1024 レビュー
開発者 https://utab.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://utab.io/
プライバシーポリシーページのURL https://utab.io/privacy.html
対応言語 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"
    ]
}