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
公式URL 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
Eメール [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\/*"
    ]
}