ketocalc
A simple keto calculator
What is ketocalc?
ketocalc is a Chrome extension developed by https://www.ketodietguide.net, and its main feature is "A simple keto calculator".
Extension Screenshots
Download ketocalc Extension CRX File
Download ketocalc 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 is a weight loss calculator for the ketogenic diet. It finds your optimal food intake for your personal weight loss goals. Visit www.ketodietguide.net for keto recipes & tips on weight loss
Extension Basic Information
Name | ketocalc |
ID | aochcaiffinjnedgmcdkgkdpalebdfjl |
Official URL | https://chromewebstore.google.com/detail/ketocalc/aochcaiffinjnedgmcdkgkdpalebdfjl |
Description | A simple keto calculator |
File Size | 6.1 KB |
Installation Count | 21 |
Current Version | 1.0.0 |
Last Updated | 2019-06-16 |
Publish Date | 2019-06-15 |
Developer | https://www.ketodietguide.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "ketocalc", "description": "A simple keto calculator", "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs" ] } |