InstaMetric
Converts customary units on Instacart into metric
Wat is InstaMetric?
InstaMetric is een Chrome-extensie ontwikkeld door martin, en de belangrijkste functie is "Converts customary units on Instacart into metric".
Extensie Screenshots
Download het CRX-bestand van de extensie InstaMetric
Download InstaMetric-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A somewhat hacky Chrome extension to convert imperial/customary units on Instacart into metric values.
Basisinformatie over de Extensie
Naam | |
ID | agnehkmmogfljboljnbojbdohffjjpgc |
Officiële URL | https://chromewebstore.google.com/detail/instametric/agnehkmmogfljboljnbojbdohffjjpgc |
Beschrijving | Converts customary units on Instacart into metric |
Bestandsgrootte | 11.02 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2023-04-01 |
Publicatiedatum | 2016-06-26 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | martin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |