Amazon.com Quick Search

With this extension you can easily and quickly search on amazon.com

Amazon.com Quick Searchとは何ですか?

Amazon.com Quick Searchはhttps://bixby.huによって開発されたChromeの拡張機能で、その主な機能は「With this extension you can easily and quickly search on amazon.com」です。

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

screenshot

Amazon.com Quick Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome Extension can search on Amazon.com ecommerce shop in a new chrome tab and help for faster access. The Amazon extension will open the Amazon search result page, when you click search button. The extension includes the popular Amazon links for example Today's Deals, Coupons, Gift Cards, Amazon live, Watchlist and Your Account.                    

拡張機能の基本情報

名前 Amazon.com Quick Search Amazon.com Quick Search
ID mndedeicohpojglfkglmglmdkfmofmoi
公式URL https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi
説明 With this extension you can easily and quickly search on amazon.com
ファイルサイズ 1.48 MB
インストール数 59
現在のバージョン 0.0.1
最終更新日 2022-12-04
公開日 2022-12-04
開発者 https://bixby.hu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon.com Quick Search",
    "description": "With this extension you can easily and quickly search on amazon.com",
    "version": "0.0.1",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "Amazon.com Quick Search",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/bixby.hu\/*"
            ]
        }
    ]
}