Gettie Fittie
Gettie Fittie, your Health pal, will remind you to take care of your health.
Gettie Fittieคืออะไร?
Gettie Fittie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://brandcare.net และคุณลักษณะหลักของมันคือ "Gettie Fittie, your Health pal, will remind you to take care of your health."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gettie Fittie
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |