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…
Qu'est-ce que Right Click Amazon Search ?
Right Click Amazon Search est une extension Chrome développée par No Ad Extensions, et sa fonction principale est "Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Right Click Amazon Search
Téléchargez les fichiers d'extension Right Click Amazon 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
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]
Informations de Base sur l'Extension
Nom | Right Click Amazon Search |
ID | gpiaaogmhemeaflkjieknaaknnoelnom |
URL Officiel | https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom |
Description | Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites… |
Taille du Fichier | 20.59 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-03-14 |
Date de Publication | 2022-03-14 |
Développeur | No Ad Extensions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |