calories calculator
Calories calculator
Hvad er calories calculator?
calories calculator er en Chrome-udvidelse udviklet af https://sieutinh.com, og dens hovedfunktion er "Calories calculator".
Udvidelsesskærmbilleder
Download calories calculator-udvidelses-CRX-fil
Download calories calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | calories calculator |
ID | nmgibjlpkmgmccjbihlfkinoenohmbcd |
Officiel URL | https://chromewebstore.google.com/detail/calories-calculator/nmgibjlpkmgmccjbihlfkinoenohmbcd |
Beskrivelse | Calories calculator |
Filstørrelse | 163 KB |
Antal Installationer | 33 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2020-09-24 |
Udgivelsesdato | 2020-09-23 |
Udvikler | https://sieutinh.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://sieutinh.com/tinh-luong-calo-can-thiet-trong-ngay |
Hjælpeside-URL | https://sieutinh.com/lien-he |
URL til Fortrolighedspolitik Side | https://sieutinh.com/privacy-policy |
Understøttede Sprog | 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" } } |