Transfer to grams

Transfer to grams

An extension that changes all of the measurement to grams (cups, tsp, tablespoons, ounce and grams).Happy and easy cooking!!!.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Transfer to grams",
  "version": "1.2.0",
  "author": "Roni Mazor",
  "description": "An extension that changes all of the measurement to grams (cups, tsp, tablespoons, ounce and grams).Happy and easy cooking!!!. ",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "16": "imgs/icon16.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  }
}