Cooking Converter
The fastest cooking conversion available.
Cooking Converterとは何ですか?
Cooking Converterはhttps://martin.ankerl.comによって開発されたChromeの拡張機能で、その主な機能は「The fastest cooking conversion available.」です。
拡張機能のスクリーンショット
Cooking Converter拡張機能のCRXファイルをダウンロード
Cooking Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unit converter with temperature, weight, and volumes. Just click on a number and start typing, conversion is done on the fly.
Supported weights: kilogram (kg), gram (g), pound (lbs), ounce (oz),
Temperatures: Celsius (°C), Fahrenheit (°F)
Volume: tablespoon (tbsp), teaspoon (tsp), litre (l), decilitre (dl), centilitre (cl), millilitre (ml), US gallon (gal), US pint (pt), US quart (qt), US cup, US fluid ounce (fl oz), shot 拡張機能の基本情報
| 名前 | |
| ID | cpmajpjgghbgnplkodkmapnlkapkgbog |
| 公式URL | https://chromewebstore.google.com/detail/cooking-converter/cpmajpjgghbgnplkodkmapnlkapkgbog |
| 説明 | The fastest cooking conversion available. |
| ファイルサイズ | 69.04 KB |
| インストール数 | 1,937 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2013-06-22 |
| 公開日 | 2013-06-22 |
| 評価 | 3.89/5 合計 27 レビュー |
| 開発者 | https://martin.ankerl.com |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cooking Converter",
"version": "1.6",
"manifest_version": 2,
"description": "The fastest cooking conversion available.",
"browser_action": {
"default_icon": "chef16.png",
"default_popup": "conversion.html"
},
"permissions": [],
"icons": {
"16": "chef16.png",
"48": "chef48.png",
"128": "chef128.png"
}
} | |