Amazon.com - Search highlighted text

Search for an highlighted text on Amazon from any website by using the right click context menu.

什麼是Amazon.com - Search highlighted text?

Amazon.com - Search highlighted text是由mys3lf開發的Chrome擴展程式,該擴展的主要功能是“Search for an highlighted text on Amazon from any website by using the right click context menu.”。

擴展截圖

screenshot

下載Amazon.com - Search highlighted text擴展crx文件

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

擴展使用說明

                        This addon allows the direct search for an highlighted text on Amazon from any website.                    

擴展基本資訊

名稱 Amazon.com - Search highlighted text Amazon.com - Search highlighted text
ID ocelfadkhnoeeeockofnopjookfgmnhm
官方網址 https://chromewebstore.google.com/detail/amazoncom-search-highligh/ocelfadkhnoeeeockofnopjookfgmnhm
簡介 Search for an highlighted text on Amazon from any website by using the right click context menu.
檔案大小 20.91 KB
安裝次數 369
目前版本 1.0
更新時間 2013-07-01
上架時間 2013-07-01
評分 5.00/5 共 3 次評分
開發者 mys3lf
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon.com - Search highlighted text",
    "version": "1.0",
    "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "14",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "160": "icon160.png"
    },
    "manifest_version": 2
}