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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}