Mirage New Tab

Great new tab page with visual bookmarks, folders and apps.

Wat is Mirage New Tab?

Mirage New Tab is een Chrome-extensie ontwikkeld door miragetab, en de belangrijkste functie is "Great new tab page with visual bookmarks, folders and apps.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mirage New Tab

Download Mirage New Tab-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

                        This extension will change your default new tab.

Features Mirage New Tab:

 - Customizable blocks of visual bookmarks, resizing, margin and uploading your own pictures.

 - Auto background change from unsplash collections.

 - Search with the ability to change the search engine, autofocus, suggestions and history.

 - Ability to add your own apps.

 - Export and import of all user data.

 - Notepad, dark theme and more.                    

Basisinformatie over de Extensie

Naam Mirage New Tab Mirage New Tab
ID nolmkkindjjpkgkpkhpghncjkioalpdg
Officiële URL https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg
Beschrijving Great new tab page with visual bookmarks, folders and apps.
Bestandsgrootte 485 KB
Aantal Installaties 579
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-07-30
Publicatiedatum 2021-07-30
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar miragetab
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://gtab.store/pp
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mirage New Tab",
    "description": "Great new tab page with visual bookmarks, folders and apps.",
    "version": "1.0.0",
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/google.com\/complete\/search\/*"
    ]
}