stretchy
An extension to set timed intervals to take a break and stretch
ما هو stretchy؟
stretchy هو إضافة Chrome تم تطويرها بواسطة Wangden Sherpa، والميزة الرئيسية لها هي "An extension to set timed intervals to take a break and stretch".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة stretchy
قم بتنزيل ملفات الامتداد stretchy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |