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
Cos'è Grosh extension for Chrome?
Grosh extension for Chrome è un'estensione di Chrome sviluppata da https://groshapp.com, e la sua funzione principale è "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grosh extension for Chrome
Scarica i file di estensione Grosh extension for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Grosh extension for Chrome |
ID | fppodfcakahepmmcmhndjbfpidocmjdk |
URL Ufficiale | https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk |
Descrizione | Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app |
Dimensione del File | 319 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-09-18 |
Data di Pubblicazione | 2018-09-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://groshapp.com |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |