Ultab - New Tab Page

Give a clean and modern look to your new tab page.

Ultab - New Tab Pageとは何ですか?

Ultab - New Tab Pageはhttps://ultab.spaceによって開発されたChromeの拡張機能で、その主な機能は「Give a clean and modern look to your new tab page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Ultab - New Tab Page拡張機能のCRXファイルをダウンロード

Ultab - New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Some useful features:

- Notepad
- ToDo
- Links
- Apps
- History
- Bookmarks
- Downloads
- Search box
- Clock                    

拡張機能の基本情報

名前 Ultab - New Tab Page Ultab - New Tab Page
ID djmdnnaaplpopbkoaogbbcjligodffno
公式URL https://chromewebstore.google.com/detail/ultab-new-tab-page/djmdnnaaplpopbkoaogbbcjligodffno
説明 Give a clean and modern look to your new tab page.
ファイルサイズ 2.83 MB
インストール数 3,307
現在のバージョン 1.0.6
最終更新日 2022-10-25
公開日 2021-11-12
評価 5.00/5 合計 35 レビュー
開発者 https://ultab.space
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ultab.space
プライバシーポリシーページのURL https://ultab.space/pp
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultab - New Tab Page",
    "description": "Give a clean and modern look to your new tab page.",
    "version": "1.0.6",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab-init.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/ultab.space\/*",
        "*:\/\/www.google.com\/complete\/search\/*"
    ]
}