Right Click Walmart Search
Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…
Qu'est-ce que Right Click Walmart Search ?
Right Click Walmart 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 Walmart. If you enjoy the extension, please leave…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Right Click Walmart Search
Téléchargez les fichiers d'extension Right Click Walmart 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 Walmart. If you enjoy the extension, please leave a positive review!
Informations de Base sur l'Extension
Nom | Right Click Walmart Search |
ID | ofofamckgmdhfpjancebbaependcpabe |
URL Officiel | https://chromewebstore.google.com/detail/right-click-walmart-searc/ofofamckgmdhfpjancebbaependcpabe |
Description | Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave… |
Taille du Fichier | 24.58 KB |
Nombre d'Installations | 69 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-03-14 |
Date de Publication | 2022-03-14 |
Évaluation | 4.00/5 Total 1 Évaluations |
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 Walmart Search", "version": "1", "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" ] } |