InstaMetric

Converts customary units on Instacart into metric

Was ist InstaMetric?

InstaMetric ist eine Chrome-Erweiterung, die von martin entwickelt wurde, und ihr Hauptmerkmal ist "Converts customary units on Instacart into metric".

Erweiterungsscreenshots

screenshot

InstaMetric-Erweiterungs-CRX-Datei herunterladen

Laden Sie InstaMetric-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name InstaMetric InstaMetric
ID agnehkmmogfljboljnbojbdohffjjpgc
Offizielle URL https://chromewebstore.google.com/detail/instametric/agnehkmmogfljboljnbojbdohffjjpgc
Beschreibung Converts customary units on Instacart into metric
Dateigröße 11.02 KB
Installationsanzahl 27
Aktuelle Version 1.0.8
Letztes Update 2023-04-01
Veröffentlichungsdatum 2016-06-26
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler martin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}