Good Food ProPoints
This extension calculates WeightWatchers ProPoints for recipes on the BBC's Good Food website. The points are calculated from the…
Τι είναι το Good Food ProPoints;
Το Good Food ProPoints είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.alnorth.com, και η κύρια λειτουργία του είναι "This extension calculates WeightWatchers ProPoints for recipes on the BBC's Good Food website. The points are calculated from the…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Good Food ProPoints
Λήψη αρχείων επέκτασης Good Food ProPoints σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension calculates WeightWatchers ProPoints for recipes on the BBC's Good Food website. The points are calculated from the nutritional values on the website. These nutritional values include any fruit and veg in the recipe, and so the points calculated may be higher than what you'd get with the WeightWatchers recipe calculator. This extension isn't produced or endorsed by the BBC or WeightWatchers.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fmonddgnmmihapgienepbjgnlafhnmlg |
Επίσημο URL | https://chrome.google.com/webstore/detail/good-food-propoints/fmonddgnmmihapgienepbjgnlafhnmlg |
Περιγραφή | This extension calculates WeightWatchers ProPoints for recipes on the BBC's Good Food website. The points are calculated from the… |
Μέγεθος Αρχείου | 43.41 KB |
Αριθμός Εγκαταστάσεων | 248 |
Τρέχουσα Έκδοση | 0.1.3 |
Τελευταία Ενημέρωση | 2015-04-01 |
Ημερομηνία Δημοσίευσης | 2015-04-01 |
Αξιολόγηση | 4.71/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | http://www.alnorth.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Good Food ProPoints", "version": "0.1.3", "manifest_version": 2, "icons": { "48": "logo-48.png", "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.bbcgoodfood.com\/recipes\/*" ], "js": [ "jquery-1.9.1.min.js", "common.js", "content.js" ], "css": [ "style.css" ] }, { "matches": [ "http:\/\/www.bbcgoodfood.com\/search\/recipes*", "http:\/\/www.bbcgoodfood.com\/search\/node*", "http:\/\/www.bbcgoodfood.com\/user\/*\/recipes", "http:\/\/www.bbcgoodfood.com\/user\/*\/collections\/*", "http:\/\/www.bbcgoodfood.com\/recipes\/collection\/*" ], "js": [ "jquery-1.9.1.min.js", "common.js", "search.js" ], "css": [ "style.css" ] } ] } |