Search in Amazon

This extension adds Search in Amazon option in the context menu.

What is Search in Amazon?

Search in Amazon is a Chrome extension developed by Linen Art, LLC, and its main feature is "This extension adds Search in Amazon option in the context menu.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Search in Amazon Extension CRX File

Download Search in Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds Search in Amazon option in the context menu.                    

Extension Basic Information

Name Search in Amazon Search in Amazon
ID gplclnidblehgflejfmjaibhljjdbfgo
Official URL https://chrome.google.com/webstore/detail/gplclnidblehgflejfmjaibhljjdbfgo
Description This extension adds Search in Amazon option in the context menu.
File Size 19.88 KB
Installation Count 74
Current Version 0.1
Last Updated 2019-06-21
Publish Date 2019-06-21
Developer Linen Art, LLC
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search in Amazon",
    "version": "0.1",
    "description": "This extension adds Search in Amazon option in the context menu.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "evenPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}