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 |
官方網址 | 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" ] } ] } |