Gettie Fittie
Gettie Fittie, your Health pal, will remind you to take care of your health.
What is Gettie Fittie?
Gettie Fittie is a Chrome extension developed by http://brandcare.net, and its main feature is "Gettie Fittie, your Health pal, will remind you to take care of your health.".
Extension Screenshots
Download Gettie Fittie Extension CRX File
Download Gettie Fittie 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
The idea behind this extension is to bring awareness among people who continue to live round the clock and work in front of computers, laptops and other electronic devices without really taking care of their health. Gettie Fittie, your health pal will now remind you to take frequent breaks from work and stay healthy.
Extension Basic Information
Name | |
ID | hcilijkfacnnhcmfkadpmpjcbnjleina |
Official URL | https://chrome.google.com/webstore/detail/gettie-fittie/hcilijkfacnnhcmfkadpmpjcbnjleina |
Description | Gettie Fittie, your Health pal, will remind you to take care of your health. |
File Size | 39.59 KB |
Installation Count | 19 |
Current Version | 1.3 |
Last Updated | 2015-10-19 |
Publish Date | 2015-10-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://brandcare.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gettie Fittie", "version": "1.3", "manifest_version": 2, "description": "Gettie Fittie, your Health pal, will remind you to take care of your health.", "icons": { "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "activeTab", "alarms", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/48.png", "default_title": "Gettie Fittie", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "screen.css" ] } ] } |