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 |
官方網址 | 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" ] } ] } |