WebstaurantStore.com Context Menu Search
Select text in your browser, right click and search for it on WebstaurantStore.com!
Qu'est-ce que WebstaurantStore.com Context Menu Search ?
WebstaurantStore.com Context Menu Search est une extension Chrome développée par https://www.webstaurantstore.com, et sa fonction principale est "Select text in your browser, right click and search for it on WebstaurantStore.com!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebstaurantStore.com Context Menu Search
Téléchargez les fichiers d'extension WebstaurantStore.com Context Menu 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
Informations de Base sur l'Extension
Nom | WebstaurantStore.com Context Menu Search |
ID | mebjkfhiilampianalncicgffkmnbhcd |
URL Officiel | https://chromewebstore.google.com/detail/webstaurantstorecom-conte/mebjkfhiilampianalncicgffkmnbhcd |
Description | Select text in your browser, right click and search for it on WebstaurantStore.com! |
Taille du Fichier | 14.49 KB |
Nombre d'Installations | 402 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2017-06-20 |
Date de Publication | 2017-06-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.webstaurantstore.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.webstaurantstore.com/policies.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebstaurantStore.com Context Menu Search", "description": "Select text in your browser, right click and search for it on WebstaurantStore.com!", "version": "1.0.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "wssContextMenu.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |