Simple Context Search

Right click on the selected text and select the search website from the context menu.

Simple Context Searchとは何ですか?

Simple Context SearchはMagic Devによって開発されたChromeの拡張機能で、その主な機能は「Right click on the selected text and select the search website from the context menu.」です。

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

screenshot

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

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

拡張機能の使用方法

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

拡張機能の基本情報

名前 Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
公式URL https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
説明 Right click on the selected text and select the search website from the context menu.
ファイルサイズ 10.85 KB
インストール数 18
現在のバージョン 0.0.1
最終更新日 2021-08-31
公開日 2021-08-31
開発者 Magic Dev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}