InstaMetric
Converts customary units on Instacart into metric
InstaMetricとは何ですか?
InstaMetricはmartinによって開発されたChromeの拡張機能で、その主な機能は「Converts customary units on Instacart into metric」です。
拡張機能のスクリーンショット
InstaMetric拡張機能のCRXファイルをダウンロード
InstaMetric拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A somewhat hacky Chrome extension to convert imperial/customary units on Instacart into metric values.
拡張機能の基本情報
名前 | |
ID | agnehkmmogfljboljnbojbdohffjjpgc |
公式URL | https://chromewebstore.google.com/detail/instametric/agnehkmmogfljboljnbojbdohffjjpgc |
説明 | Converts customary units on Instacart into metric |
ファイルサイズ | 11.02 KB |
インストール数 | 27 |
現在のバージョン | 1.0.8 |
最終更新日 | 2023-04-01 |
公開日 | 2016-06-26 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | martin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InstaMetric", "description": "Converts customary units on Instacart into metric", "version": "1.0.8", "homepage_url": "https:\/\/github.com\/mprobst\/instametric", "icons": { "48": "res\/icon48.png", "128": "res\/icon128.png" }, "permissions": [ "https:\/\/www.instacart.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.instacart.com\/*" ], "js": [ "metrify.js" ] } ] } |