Amazopen - Right Click Search

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

Vad är Amazopen - Right Click Search?

Amazopen - Right Click Search är en Chrome-tillägg utvecklad av Shopping, och dess huvudfunktion är "Search the selected text on amazon when you right-click.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Amazopen - Right Click Search-förlängningens CRX-fil

Ladda ner Amazopen - Right Click Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Officiell webbadress https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Beskrivning Search the selected text on amazon when you right-click.
Filstorlek 16.23 KB
Antal Installationer 13,090
Aktuell Version 1.55
Senast Uppdaterad 2023-08-18
Publiceringsdatum 2018-05-27
Betyg 3.22/5 Totalt 9 Betyg
Utvecklare Shopping
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://amazopen.com
Stödda Språk 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"
    ]
}