Multisearch

Replaces the New Tab screen with site-specific Google search fields, which you can customize.

Multisearchとは何ですか?

Multisearchはsawyerhによって開発されたChromeの拡張機能で、その主な機能は「Replaces the New Tab screen with site-specific Google search fields, which you can customize.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Multisearch Multisearch
ID acacjoabappgkabopnlnmdiodjilaggi
公式URL https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi
説明 Replaces the New Tab screen with site-specific Google search fields, which you can customize.
ファイルサイズ 10.5 KB
インストール数 1,000
現在のバージョン 1.0.1
最終更新日 2015-06-30
公開日 2015-06-30
評価 2.75/5 合計 4 レビュー
開発者 sawyerh
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multisearch",
    "version": "1.0.1",
    "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.",
    "author": "Sawyer Hollenshead",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}