InstaMetric

Converts customary units on Instacart into metric

什么是InstaMetric?

InstaMetric是由martin开发的Chrome扩展程序,该扩展的主要功能是“Converts customary units on Instacart into metric”。

扩展截图

screenshot

下载InstaMetric扩展crx文件

下载InstaMetric扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A somewhat hacky Chrome extension to convert imperial/customary units on Instacart into metric values.                    

扩展基本信息

名称 InstaMetric InstaMetric
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
电子邮箱 [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"
            ]
        }
    ]
}