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
Τι είναι το Grosh extension for Chrome;
Το Grosh extension for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://groshapp.com, και η κύρια λειτουργία του είναι "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Grosh extension for Chrome
Λήψη αρχείων επέκτασης Grosh extension for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Grosh extension for Chrome |
ID | fppodfcakahepmmcmhndjbfpidocmjdk |
Επίσημο URL | https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk |
Περιγραφή | Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app |
Μέγεθος Αρχείου | 319 KB |
Αριθμός Εγκαταστάσεων | 96 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2018-09-18 |
Ημερομηνία Δημοσίευσης | 2018-09-18 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://groshapp.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |