Amazopen - Right Click Search
Search the selected text on amazon when you right-click.
Qu'est-ce que Amazopen - Right Click Search ?
Amazopen - Right Click Search est une extension Chrome développée par Shopping, et sa fonction principale est "Search the selected text on amazon when you right-click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazopen - Right Click Search
Téléchargez les fichiers d'extension Amazopen - Right Click Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Amazopen - Right Click Search |
ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
URL Officiel | https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
Description | Search the selected text on amazon when you right-click. |
Taille du Fichier | 16.23 KB |
Nombre d'Installations | 13,090 |
Version Actuelle | 1.55 |
Dernière Mise à Jour | 2023-08-18 |
Date de Publication | 2018-05-27 |
Évaluation | 3.22/5 Total 9 Évaluations |
Développeur | Shopping |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://amazopen.com |
Langues Prises en Charge | 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" ] } |