ConvertCups

Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa.

ConvertCups क्या है?

ConvertCups FirmGently द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa."।

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

screenshot

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

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

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

                        ### Convert Cups

Converts between cups and ml/litres making online recipes easier to follow if you're on either of the wrong sides of the Atlantic :)

Also converts oven temperatures between Fahrenheit and Celsius.

Click the pink cup icon to convert the current web page.

Hover over converted measurements (highlighted in pink) to see the original text.


### Options

  + change cup measurement for US/Canada/Japan/metric
  + choose what you want to convert (eg. ml --> cups or cups --> ml)


### Overview

  + Focuses on simplicity, keeping to round numbers like 200C rather than 203C (may sometimes be out by a couple of degrees or ml but should be fine for cooks to use - if the recipe uses cups for measuring exact precision probably isn't paramount)

  + Converted pages can be printed out in the normal way.

  + Recipes using cups are measuring by volume rather than weight which is quite different. This addon doesn't change that but should still help make recipes more usable.

**It's very easy to use but here's a video**
https://www.youtube.com/watch?v=O4tegrqmynU                    

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

नाम ConvertCups ConvertCups
ID jboklgjmhdennhfldfbojblpphiffpme
आधिकारिक URL https://chromewebstore.google.com/detail/convertcups/jboklgjmhdennhfldfbojblpphiffpme
विवरण Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa.
फ़ाइल का आकार 13.04 KB
स्थापना संख्या 74
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2017-01-26
प्रकाशन तिथि 2017-01-26
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर FirmGently
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ConvertCups",
    "description": "Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa.",
    "version": "0.1.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Convert recipe"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "fg-convertcups-options.htm",
    "options_ui": {
        "page": "fg-convertcups-options.htm",
        "chrome_style": true
    }
}