calories calculator
Calories calculator
Wat is calories calculator?
calories calculator is een Chrome-extensie ontwikkeld door https://sieutinh.com, en de belangrijkste functie is "Calories calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie calories calculator
Download calories 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
Tính chỉ số calories cơ thể cần thiết mỗi ngày. Ứng dụng giúp tính toán chỉ số Calories cần thiết mỗi ngày, tính nhanh và đưa ra chỉ số chính xác giúp bạn có thể nắm được lượng năng lượng cần thiết mỗi ngày.
Basisinformatie over de Extensie
Naam | calories calculator |
ID | nmgibjlpkmgmccjbihlfkinoenohmbcd |
Officiële URL | https://chromewebstore.google.com/detail/calories-calculator/nmgibjlpkmgmccjbihlfkinoenohmbcd |
Beschrijving | Calories calculator |
Bestandsgrootte | 163 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-09-24 |
Publicatiedatum | 2020-09-23 |
Ontwikkelaar | https://sieutinh.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sieutinh.com/tinh-luong-calo-can-thiet-trong-ngay |
Help Pagina-URL | https://sieutinh.com/lien-he |
URL van de Privacybeleid Pagina | https://sieutinh.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "calories calculator", "default_popup": "popup.html" } } |