Search Center

Adds many searching options from right-click menu

Search Centerとは何ですか?

Search Centerはquinnrs98によって開発されたChromeの拡張機能で、その主な機能は「Adds many searching options from right-click menu」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension adds many easy search options to your right-click menu. Once you select text, you can right click it to search Amazon, YouTube, and more with those search terms.                    

拡張機能の基本情報

名前 Search Center Search Center
ID bknpanfpaelmdpljjmjeajlhaojmjdjl
公式URL https://chromewebstore.google.com/detail/search-center/bknpanfpaelmdpljjmjeajlhaojmjdjl
説明 Adds many searching options from right-click menu
ファイルサイズ 12.44 KB
インストール数 50
現在のバージョン 1.0
最終更新日 2020-03-23
公開日 2020-03-23
開発者 quinnrs98
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Center",
    "version": "1.0",
    "description": "Adds many searching options from right-click menu",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}