Right Click Search

With this extension, you can right click on a keyword to search for it on the web.

Right Click Searchとは何ですか?

Right Click SearchはUseful Extensionsによって開発されたChromeの拡張機能で、その主な機能は「With this extension, you can right click on a keyword to search for it on the web.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Right Click Search is a Chrome Extension.

This extension enables you to right click on a word while browsing the web and to search for the word that you right click on. 
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "Right Click Search" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

拡張機能の基本情報

名前 Right Click Search Right Click Search
ID fblpohokoofnfbggdpfgbcalhnhmbhpl
公式URL https://chromewebstore.google.com/detail/right-click-search/fblpohokoofnfbggdpfgbcalhnhmbhpl
説明 With this extension, you can right click on a keyword to search for it on the web.
ファイルサイズ 56.15 KB
インストール数 224
現在のバージョン 1.0.0
最終更新日 2021-01-29
公開日 2021-01-28
開発者 Useful Extensions
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://unico.news/privacypolicy.pdf
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click Search",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "With this extension, you can right click on a keyword to search for it on the web.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}