Daily Health Tips
Get FREE daily health tips and keep healthy & be happy.
What is Daily Health Tips?
Daily Health Tips is a Chrome extension developed by http://www.ourhealthourlife.com, and its main feature is "Get FREE daily health tips and keep healthy & be happy.".
Extension Screenshots
Download Daily Health Tips Extension CRX File
Download Daily Health Tips 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
If you want to live a healthy life, get FREE daily health tips which through on modern research about diet, nutrition, disease and medicine.
Extension Basic Information
Name | |
ID | hadiipgamjhggfhmobmhbcpncbbpgcjl |
Official URL | https://chrome.google.com/webstore/detail/daily-health-tips/hadiipgamjhggfhmobmhbcpncbbpgcjl |
Description | Get FREE daily health tips and keep healthy & be happy. |
File Size | 66.5 KB |
Installation Count | 74 |
Current Version | 1.2 |
Last Updated | 2015-11-29 |
Publish Date | 2015-11-29 |
Rating | 4.00/5 Total 4 Ratings |
Developer | http://www.ourhealthourlife.com |
Payment Type | free |
Extension Website | http://www.ourhealthourlife.com/ |
Help Page URL | http://www.ourhealthourlife.com/contact-us/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Health Tips", "description": "Get FREE daily health tips and keep healthy & be happy.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "Health_tips_icon.png" } } |