Ultab - New Tab Page

Give a clean and modern look to your new tab page.

What is Ultab - New Tab Page?

Ultab - New Tab Page is a Chrome extension developed by https://ultab.space, and its main feature is "Give a clean and modern look to your new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ultab - New Tab Page Extension CRX File

Download Ultab - New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Some useful features:

- Notepad
- ToDo
- Links
- Apps
- History
- Bookmarks
- Downloads
- Search box
- Clock                    

Extension Basic Information

Name Ultab - New Tab Page Ultab - New Tab Page
ID djmdnnaaplpopbkoaogbbcjligodffno
Official URL https://chromewebstore.google.com/detail/ultab-new-tab-page/djmdnnaaplpopbkoaogbbcjligodffno
Description Give a clean and modern look to your new tab page.
File Size 2.83 MB
Installation Count 3,307
Current Version 1.0.6
Last Updated 2022-10-25
Publish Date 2021-11-12
Rating 5.00/5 Total 35 Ratings
Developer https://ultab.space
Email [email protected]
Payment Type free
Extension Website https://ultab.space
Privacy Policy Page URL https://ultab.space/pp
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultab - New Tab Page",
    "description": "Give a clean and modern look to your new tab page.",
    "version": "1.0.6",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab-init.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/ultab.space\/*",
        "*:\/\/www.google.com\/complete\/search\/*"
    ]
}