WebstaurantStore.com Context Menu Search
Select text in your browser, right click and search for it on WebstaurantStore.com!
What is WebstaurantStore.com Context Menu Search?
WebstaurantStore.com Context Menu Search is a Chrome extension developed by https://www.webstaurantstore.com, and its main feature is "Select text in your browser, right click and search for it on WebstaurantStore.com!".
Extension Screenshots
Download WebstaurantStore.com Context Menu Search Extension CRX File
Download WebstaurantStore.com Context Menu Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | WebstaurantStore.com Context Menu Search |
ID | mebjkfhiilampianalncicgffkmnbhcd |
Official URL | https://chromewebstore.google.com/detail/webstaurantstorecom-conte/mebjkfhiilampianalncicgffkmnbhcd |
Description | Select text in your browser, right click and search for it on WebstaurantStore.com! |
File Size | 14.49 KB |
Installation Count | 402 |
Current Version | 1.0.0.0 |
Last Updated | 2017-06-20 |
Publish Date | 2017-06-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.webstaurantstore.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.webstaurantstore.com/policies.html |
Supported Languages | 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 } |