Amazopen - Right Click Search

Search the selected text on amazon when you right-click.

Hvad er Amazopen - Right Click Search?

Amazopen - Right Click Search er en Chrome-udvidelse udviklet af Shopping, og dens hovedfunktion er "Search the selected text on amazon when you right-click.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Amazopen - Right Click Search-udvidelses-CRX-fil

Download Amazopen - Right Click Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Faster way to search amazon by using the amazon right click search.  No extension permissions needed! 

How to perform a search? 
✜ Select the text
✜ Right click on it
✜ Click on the 'Search Amazon for...'
✜ In the new tab, you will see the results on Amazon.

Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ]

This add-on is not affiliated with amazon.com                    

Grundlæggende oplysninger om udvidelsen

Navn Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Officiel URL https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Beskrivelse Search the selected text on amazon when you right-click.
Filstørrelse 16.23 KB
Antal Installationer 13,090
Nuværende Version 1.55
Senest Opdateret 2023-08-18
Udgivelsesdato 2018-05-27
Bedømmelse 3.22/5 Samlet 9 Bedømmelser
Udvikler Shopping
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://amazopen.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazopen - Right Click Search",
    "version": "1.55",
    "manifest_version": 2,
    "description": "Search the selected text on amazon when you right-click.",
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}