RegenerateMe

Take a break from browsing the web and spend a few minutes exercising

RegenerateMeคืออะไร?

RegenerateMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AllanGao และคุณลักษณะหลักของมันคือ "Take a break from browsing the web and spend a few minutes exercising"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RegenerateMe

ดาวน์โหลดไฟล์ส่วนขยาย RegenerateMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The goal of this extension is to provide users an accessible way to take a break from long browsing sessions. Users are given four exercise options (push-up, crunch, plank, and squat) to choose from and time their exercise and break periods.

It's too easy to fall into a sedentary lifestyle. Make sure to get up every couple hours to move around and get in a brief workout!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RegenerateMe RegenerateMe
ID ocmmomclmjhlbnpbobdclibkhfiaddao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/regenerateme/ocmmomclmjhlbnpbobdclibkhfiaddao
คำอธิบาย Take a break from browsing the web and spend a few minutes exercising
ขนาดไฟล์ 41.46 MB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2018-04-11
วันที่เผยแพร่ 2018-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา AllanGao
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RegenerateMe",
    "description": "Take a break from browsing the web and spend a few minutes exercising",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": {
            "16": "media\/images\/icon16.png",
            "32": "media\/images\/icon32.png",
            "48": "media\/images\/icon48.png",
            "128": "media\/images\/icon128.png"
        },
        "default_title": "RegenerateMe"
    },
    "background": {
        "scripts": [
            "pomodoroState.js",
            "breakState.js",
            "moment.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications"
    ]
}