stretchy

An extension to set timed intervals to take a break and stretch

stretchy क्या है?

stretchy Wangden Sherpa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to set timed intervals to take a break and stretch"।

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

screenshot
screenshot

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

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

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

                        Reminds you to stretch at intervals that you set.

You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. 

You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.                    

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

नाम stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
आधिकारिक URL https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
विवरण An extension to set timed intervals to take a break and stretch
फ़ाइल का आकार 471 KB
स्थापना संख्या 84
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2020-11-11
प्रकाशन तिथि 2020-11-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Wangden Sherpa
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stretchy",
    "version": "0.0.5",
    "description": "An extension to set timed intervals to take a break and stretch",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "16icon.png",
            "48": "48icon.png",
            "128": "128icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stretch From Home"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "background"
    ]
}