WebstaurantStore.com Context Menu Search
Select text in your browser, right click and search for it on WebstaurantStore.com!
Vad är WebstaurantStore.com Context Menu Search?
WebstaurantStore.com Context Menu Search är en Chrome-tillägg utvecklad av https://www.webstaurantstore.com, och dess huvudfunktion är "Select text in your browser, right click and search for it on WebstaurantStore.com!".
Tilläggsskärmbilder
Ladda ner WebstaurantStore.com Context Menu Search-förlängningens CRX-fil
Ladda ner WebstaurantStore.com Context Menu Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | mebjkfhiilampianalncicgffkmnbhcd |
| Officiell webbadress | https://chromewebstore.google.com/detail/webstaurantstorecom-conte/mebjkfhiilampianalncicgffkmnbhcd |
| Beskrivning | Select text in your browser, right click and search for it on WebstaurantStore.com! |
| Filstorlek | 14.49 KB |
| Antal Installationer | 402 |
| Aktuell Version | 1.0.0.0 |
| Senast Uppdaterad | 2017-06-20 |
| Publiceringsdatum | 2017-06-20 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://www.webstaurantstore.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.webstaurantstore.com/policies.html |
| Stödda Språk | 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
} | |