RegenerateMe

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

RegenerateMe क्या है?

RegenerateMe AllanGao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a break from browsing the web and spend a few minutes exercising"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RegenerateMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}