Right Click Amazon Search

Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…

什麼是Right Click Amazon Search?

Right Click Amazon Search是由No Ad Extensions開發的Chrome擴展程式,該擴展的主要功能是“Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…”。

擴展截圖

screenshot
screenshot
screenshot

下載Right Click Amazon Search擴展crx文件

下載Right Click Amazon Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site.

Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]                    

擴展基本資訊

名稱 Right Click Amazon Search Right Click Amazon Search
ID gpiaaogmhemeaflkjieknaaknnoelnom
官方網址 https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom
簡介 Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
檔案大小 20.59 KB
安裝次數 29
目前版本 1
更新時間 2022-03-14
上架時間 2022-03-14
開發者 No Ad Extensions
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Amazon Search",
    "version": "1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "extension_icon16.png",
        "32": "extension_icon32.png",
        "48": "extension_icon48.png",
        "128": "extension_icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "fg.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ]
}