Calorie Calculator
This extension calculates calories when user selects food item(s)
Wat is Calorie Calculator?
Calorie Calculator is een Chrome-extensie ontwikkeld door sagar.aj, en de belangrijkste functie is "This extension calculates calories when user selects food item(s)".
Extensie Screenshots
Download het CRX-bestand van de extensie Calorie Calculator
Download Calorie Calculator-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
This extension calculates calorie when user selects the food item Basisinformatie over de Extensie
| Naam | |
| ID | hplnjkppjclfjdgkjmdkiioodgoepmbn |
| Officiële URL | https://chromewebstore.google.com/detail/calorie-calculator/hplnjkppjclfjdgkjmdkiioodgoepmbn |
| Beschrijving | This extension calculates calories when user selects food item(s) |
| Bestandsgrootte | 46.61 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2023-01-06 |
| Publicatiedatum | 2023-01-05 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | sagar.aj |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |