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 http://www.alnorth.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension calculates WeightWatchers ProPoints for recipes on the BBC's Good Food website. The points are calculated from the…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Good Food ProPoints एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Good Food ProPoints Good Food ProPoints
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"
            ]
        }
    ]
}