CubeFit Reminders

Balance your work day with standing and sitting.

CubeFit Reminders क्या है?

CubeFit Reminders CubeFit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Balance your work day with standing and sitting."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The CubeFit Reminders extension allows you to set up reminders to stand or sit at your desk. You also remind yourself to give your eyes a 20 second break from staring at a computer screen. And for those who find themselves entrapped in tasks, you can give yourself a reminder to get up and stretch your legs on a coffee break. There's even an ability to set your own reminders.                    

एक्सटेंशन की मूल जानकारी

नाम CubeFit Reminders CubeFit Reminders
ID bnemmiklgdolmpnaanahldelacgeemgf
आधिकारिक URL https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf
विवरण Balance your work day with standing and sitting.
फ़ाइल का आकार 926 KB
स्थापना संख्या 311
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-09-19
प्रकाशन तिथि 2016-09-19
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर CubeFit
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.getcubefit.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CubeFit Reminders",
    "short_name": "CubeFit Reminders",
    "description": "Balance your work day with standing and sitting.",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "img\/logo_only_16.png",
        "48": "img\/logo_only_48.png",
        "128": "img\/logo_only_128.png"
    },
    "background": {
        "scripts": [
            "lib\/moment.min.js",
            "js\/tasks.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "CubeFit Reminders",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ]
}