Start your search with Amazon™ + Right Click

Start your search with Amazon™. Now With a 'Right Click' Search tool

什麼是Start your search with Amazon™ + Right Click?

Start your search with Amazon™ + Right Click是由https://lastdropofink.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Start your search with Amazon™. Now With a 'Right Click' Search tool”。

擴展截圖

screenshot
screenshot
screenshot

下載Start your search with Amazon™ + Right Click擴展crx文件

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

擴展使用說明

                        Simply click the icon or select any text & 'right click' to start your search on Amazon. 

Just press the icon at the top to select & set your default site (Amazon.com by default). The extension remembers this so that all your searches from then on-wards are for your desired Amazon site.

ALL the Amazon sites are supported. And to confirm, this does include the handy highlight text to "right click" menu option to make searching Amazon easy.

* Version History
V1.2 Update for Amazon
V1.0 First release. 

* This app is not developed by Amazon.                    

擴展基本資訊

名稱 Start your search with Amazon™ + Right Click Start your search with Amazon™ + Right Click
ID jkjnddmeghbphgninpibiefkeedchalg
官方網址 https://chromewebstore.google.com/detail/start-your-search-with-am/jkjnddmeghbphgninpibiefkeedchalg
簡介 Start your search with Amazon™. Now With a 'Right Click' Search tool
檔案大小 173 KB
安裝次數 21
目前版本 1.2
更新時間 2020-05-17
上架時間 2020-05-17
開發者 https://lastdropofink.co.uk
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://lastdropofink.co.uk/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Start your search with Amazon\u2122 + Right Click",
    "short_name": "Search Amazon\u2122",
    "description": "Start your search with Amazon\u2122. Now With a 'Right Click' Search tool",
    "author": "Matthew Ogborne [email protected]",
    "version": "1.2",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "24": "images\/24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Search Amazon\u2122",
        "default_popup": "amazon-tab.html"
    },
    "web_accessible_resources": [
        "css\/*.css",
        "images\/*.png"
    ]
}