Desk Exerciser
This extension helps people do exercises right at their desks.
Desk Exerciserคืออะไร?
Desk Exerciser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishal และคุณลักษณะหลักของมันคือ "This extension helps people do exercises right at their desks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desk Exerciser
ดาวน์โหลดไฟล์ส่วนขยาย Desk Exerciser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps people do exercises right at their desks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lkagfeddhapnjlpofmokfpfbgmhckpae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/desk-exerciser/lkagfeddhapnjlpofmokfpfbgmhckpae |
คำอธิบาย | This extension helps people do exercises right at their desks. |
ขนาดไฟล์ | 7.74 MB |
จำนวนการติดตั้ง | 255 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-07-27 |
วันที่เผยแพร่ | 2016-07-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Vishal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desk Exerciser", "description": "This extension helps people do exercises right at their desks.", "version": "1.1", "browser_action": { "default_icon": "gym_grey.png", "default_popup": "popup.html", "default_title": "Get Moving NOW!" }, "background": { "scripts": [ "image_filenames.js", "exercise_manager.js", "background.js" ] }, "permissions": [ "alarms", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |