Amazopen - Right Click Search

Search the selected text on amazon when you right-click.

Amazopen - Right Click Searchとは何ですか?

Amazopen - Right Click SearchはShoppingによって開発されたChromeの拡張機能で、その主な機能は「Search the selected text on amazon when you right-click.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Faster way to search amazon by using the amazon right click search.  No extension permissions needed! 

How to perform a search? 
✜ Select the text
✜ Right click on it
✜ Click on the 'Search Amazon for...'
✜ In the new tab, you will see the results on Amazon.

Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ]

This add-on is not affiliated with amazon.com                    

拡張機能の基本情報

名前 Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
公式URL https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
説明 Search the selected text on amazon when you right-click.
ファイルサイズ 16.23 KB
インストール数 13,090
現在のバージョン 1.55
最終更新日 2023-08-18
公開日 2018-05-27
評価 3.22/5 合計 9 レビュー
開発者 Shopping
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amazopen.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazopen - Right Click Search",
    "version": "1.55",
    "manifest_version": 2,
    "description": "Search the selected text on amazon when you right-click.",
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}