Ultab - New Tab Page

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

Wat is Ultab - New Tab Page?

Ultab - New Tab Page is een Chrome-extensie ontwikkeld door https://ultab.space, en de belangrijkste functie is "Give a clean and modern look to your new tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ultab - New Tab Page

Download Ultab - New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Some useful features:

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

Basisinformatie over de Extensie

Naam Ultab - New Tab Page Ultab - New Tab Page
ID djmdnnaaplpopbkoaogbbcjligodffno
Officiële URL https://chromewebstore.google.com/detail/ultab-new-tab-page/djmdnnaaplpopbkoaogbbcjligodffno
Beschrijving Give a clean and modern look to your new tab page.
Bestandsgrootte 2.83 MB
Aantal Installaties 3,307
Huidige Versie 1.0.6
Laatst Bijgewerkt 2022-10-25
Publicatiedatum 2021-11-12
Beoordeling 5.00/5 Totaal 35 Beoordelingen
Ontwikkelaar https://ultab.space
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ultab.space
URL van de Privacybeleid Pagina https://ultab.space/pp
Ondersteunde Talen 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\/*"
    ]
}