Gettie Fittie
Gettie Fittie, your Health pal, will remind you to take care of your health.
什么是Gettie Fittie?
Gettie Fittie是由http://brandcare.net开发的Chrome扩展程序,该扩展的主要功能是“Gettie Fittie, your Health pal, will remind you to take care of your health.”。
扩展截图
下载Gettie Fittie扩展crx文件
下载Gettie Fittie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hcilijkfacnnhcmfkadpmpjcbnjleina |
官方URL | https://chrome.google.com/webstore/detail/gettie-fittie/hcilijkfacnnhcmfkadpmpjcbnjleina |
简介 | Gettie Fittie, your Health pal, will remind you to take care of your health. |
文件大小 | 39.59 KB |
安装次数 | 19 |
当前版本 | 1.3 |
更新时间 | 2015-10-19 |
上架时间 | 2015-10-19 |
评分 | 5.00/5 共3次评分 |
开发者 | http://brandcare.net |
付费类型 | free |
支持的语言 | 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" ] } ] } |