Amazopen - Right Click Search
Search the selected text on amazon when you right-click.
Wat is Amazopen - Right Click Search?
Amazopen - Right Click Search is een Chrome-extensie ontwikkeld door Shopping, en de belangrijkste functie is "Search the selected text on amazon when you right-click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazopen - Right Click Search
Download Amazopen - Right Click 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
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
Basisinformatie over de Extensie
Naam | Amazopen - Right Click Search |
ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
Officiële URL | https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
Beschrijving | Search the selected text on amazon when you right-click. |
Bestandsgrootte | 16.23 KB |
Aantal Installaties | 13,090 |
Huidige Versie | 1.55 |
Laatst Bijgewerkt | 2023-08-18 |
Publicatiedatum | 2018-05-27 |
Beoordeling | 3.22/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Shopping |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://amazopen.com |
Ondersteunde Talen | 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" ] } |