Mirage New Tab

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

什麼是Mirage New Tab?

Mirage New Tab是由miragetab開發的Chrome擴展程式,該擴展的主要功能是“Great new tab page with visual bookmarks, folders and apps.”。

擴展截圖

screenshot
screenshot
screenshot

下載Mirage New Tab擴展crx文件

下載Mirage New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Mirage New Tab Mirage New Tab
ID nolmkkindjjpkgkpkhpghncjkioalpdg
官方網址 https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg
簡介 Great new tab page with visual bookmarks, folders and apps.
檔案大小 485 KB
安裝次數 579
目前版本 1.0.0
更新時間 2021-07-30
上架時間 2021-07-30
評分 5.00/5 共 5 次評分
開發者 miragetab
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://gtab.store/pp
支援的語言 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\/*"
    ]
}