ConvertCups
Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa.
Qu'est-ce que ConvertCups ?
ConvertCups est une extension Chrome développée par FirmGently, et sa fonction principale est "Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ConvertCups
Téléchargez les fichiers d'extension ConvertCups au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
### 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
Informations de Base sur l'Extension
Nom | ConvertCups |
ID | jboklgjmhdennhfldfbojblpphiffpme |
URL Officiel | https://chromewebstore.google.com/detail/convertcups/jboklgjmhdennhfldfbojblpphiffpme |
Description | Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa. |
Taille du Fichier | 13.04 KB |
Nombre d'Installations | 74 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2017-01-26 |
Date de Publication | 2017-01-26 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | FirmGently |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |