Right Click Amazon Search

Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…

Wat is Right Click Amazon Search?

Right Click Amazon Search is een Chrome-extensie ontwikkeld door No Ad Extensions, en de belangrijkste functie is "Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Right Click Amazon Search

Download Right Click Amazon Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site.

Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]                    

Basisinformatie over de Extensie

Naam Right Click Amazon Search Right Click Amazon Search
ID gpiaaogmhemeaflkjieknaaknnoelnom
Officiële URL https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom
Beschrijving Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
Bestandsgrootte 20.59 KB
Aantal Installaties 29
Huidige Versie 1
Laatst Bijgewerkt 2022-03-14
Publicatiedatum 2022-03-14
Ontwikkelaar No Ad Extensions
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Amazon Search",
    "version": "1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "extension_icon16.png",
        "32": "extension_icon32.png",
        "48": "extension_icon48.png",
        "128": "extension_icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "fg.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ]
}