Multi New Tab

Your favorite sites on new tab pages.

Multi New Tabとは何ですか?

Multi New Tabはhttps://getmulti.coによって開発されたChromeの拡張機能で、その主な機能は「Your favorite sites on new tab pages.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Enter multiple sites to display in new Chrome tabs. Here's how it works:

1. Install the Multi Chrome extension.
2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites.
3. With each new tab, Multi will select and open a random site from your list.
4. Edit your list of sites at any time.                    

拡張機能の基本情報

名前 Multi New Tab Multi New Tab
ID lhgmljnajbbeefmfjiohbobioapdegag
公式URL https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag
説明 Your favorite sites on new tab pages.
ファイルサイズ 74.43 KB
インストール数 1,635
現在のバージョン 1.0.9
最終更新日 2023-03-31
公開日 2018-03-28
評価 4.83/5 合計 6 レビュー
開発者 https://getmulti.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getmulti.co
ヘルプページのURL https://getmulti.co
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi New Tab",
    "version": "1.0.9",
    "description": "Your favorite sites on new tab pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}