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
Wat is Grosh extension for Chrome?
Grosh extension for Chrome is een Chrome-extensie ontwikkeld door https://groshapp.com, en de belangrijkste functie is "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".
Extensie Screenshots
Download het CRX-bestand van de extensie Grosh extension for Chrome
Download Grosh extension for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Grosh extension for Chrome |
ID | fppodfcakahepmmcmhndjbfpidocmjdk |
Officiële URL | https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk |
Beschrijving | Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app |
Bestandsgrootte | 319 KB |
Aantal Installaties | 96 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-09-18 |
Publicatiedatum | 2018-09-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://groshapp.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |