InstaMetric
Converts customary units on Instacart into metric
What is InstaMetric?
InstaMetric is a Chrome extension developed by martin, and its main feature is "Converts customary units on Instacart into metric".
Extension Screenshots
Download InstaMetric Extension CRX File
Download InstaMetric extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A somewhat hacky Chrome extension to convert imperial/customary units on Instacart into metric values.
Extension Basic Information
Name | |
ID | agnehkmmogfljboljnbojbdohffjjpgc |
Official URL | https://chromewebstore.google.com/detail/instametric/agnehkmmogfljboljnbojbdohffjjpgc |
Description | Converts customary units on Instacart into metric |
File Size | 11.02 KB |
Installation Count | 27 |
Current Version | 1.0.8 |
Last Updated | 2023-04-01 |
Publish Date | 2016-06-26 |
Rating | 4.00/5 Total 1 Ratings |
Developer | martin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |