Grosh extension for Chrome
Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app
Qu'est-ce que Grosh extension for Chrome ?
Grosh extension for Chrome est une extension Chrome développée par https://groshapp.com, et sa fonction principale est "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Grosh extension for Chrome
Téléchargez les fichiers d'extension Grosh extension for Chrome 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
The Grosh extension for Google Chrome allows you to easily import recipes from many popular recipe websites directly into Grosh. You may also add items directly to a shopping or wish list using the Plugin. To use the plugin you must be have a Grosh account - you may create one using the regular Grosh app.
Informations de Base sur l'Extension
Nom | Grosh extension for Chrome |
ID | fppodfcakahepmmcmhndjbfpidocmjdk |
URL Officiel | https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk |
Description | Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app |
Taille du Fichier | 319 KB |
Nombre d'Installations | 96 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-09-18 |
Date de Publication | 2018-09-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://groshapp.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grosh extension for Chrome", "description": "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app", "version": "1.2", "icons": { "16": "img\/icon16.png", "19": "img\/icon.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "login.html", "background": { "scripts": [ "login.js", "addRecipe.js", "addItem.js", "util.js" ], "pages": [ "login.html", "addRecipe.html", "addItem.html" ] } }, "permissions": [ "bookmarks", "tabs", "activeTab", "storage", "https:\/\/www.facebook.com\/dialog\/oauth\/*", "https:\/\/www.groshapp.com\/edge\/*", "https:\/\/www.google.com\/*", "http:\/\/www.google.com\/*" ] } |