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.”。
扩展截图
下载ConvertCups扩展crx文件
下载ConvertCups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
### 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 |
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 } } |