ConvertCups

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

ConvertCups란 무엇입니까?

ConvertCups은(는) FirmGently에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa."입니다.

확장 프로그램 스크린샷

screenshot

ConvertCups 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}