Mirage New Tab

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

What is Mirage New Tab?

Mirage New Tab is a Chrome extension developed by miragetab, and its main feature is "Great new tab page with visual bookmarks, folders and apps.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mirage New Tab Extension CRX File

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

                        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.                    

Extension Basic Information

Name Mirage New Tab Mirage New Tab
ID nolmkkindjjpkgkpkhpghncjkioalpdg
Official URL https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg
Description Great new tab page with visual bookmarks, folders and apps.
File Size 485 KB
Installation Count 579
Current Version 1.0.0
Last Updated 2021-07-30
Publish Date 2021-07-30
Rating 5.00/5 Total 5 Ratings
Developer miragetab
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gtab.store/pp
Supported Languages 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\/*"
    ]
}