Calorie Calculator
This extension calculates calories when user selects food item(s)
What is Calorie Calculator?
Calorie Calculator is a Chrome extension developed by sagar.aj, and its main feature is "This extension calculates calories when user selects food item(s)".
Extension Screenshots
Download Calorie Calculator Extension CRX File
Download Calorie Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension calculates calorie when user selects the food item
Extension Basic Information
Name | Calorie Calculator |
ID | hplnjkppjclfjdgkjmdkiioodgoepmbn |
Official URL | https://chromewebstore.google.com/detail/calorie-calculator/hplnjkppjclfjdgkjmdkiioodgoepmbn |
Description | This extension calculates calories when user selects food item(s) |
File Size | 46.61 KB |
Installation Count | 22 |
Current Version | 1.0.0 |
Last Updated | 2023-01-06 |
Publish Date | 2023-01-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | sagar.aj |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calorie Calculator", "version": "1.0.0", "description": "This extension calculates calories when user selects food item(s)", "manifest_version": 3, "author": "Sagar Jani", "action": { "default_popup": "index.html", "default_title": "Calorie Calculator" }, "background": { "service_worker": "background.js" }, "icons": { "16": "dontknow.png", "32": "dontknow.png", "48": "dontknow.png", "128": "dontknow.png" }, "permissions": [ "scripting", "activeTab" ] } |