Mirage New Tab

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

Cos'è Mirage New Tab?

Mirage New Tab è un'estensione di Chrome sviluppata da miragetab, e la sua funzione principale è "Great new tab page with visual bookmarks, folders and apps.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mirage New Tab

Scarica i file di estensione Mirage New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mirage New Tab Mirage New Tab
ID nolmkkindjjpkgkpkhpghncjkioalpdg
URL Ufficiale https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg
Descrizione Great new tab page with visual bookmarks, folders and apps.
Dimensione del File 485 KB
Conteggio Installazioni 579
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-07-30
Data di Pubblicazione 2021-07-30
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore miragetab
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gtab.store/pp
Lingue Supportate 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\/*"
    ]
}