standUP
A simple and light-weight extension to remind you to stand up!
ما هو standUP؟
standUP هو إضافة Chrome تم تطويرها بواسطة vallode، والميزة الرئيسية لها هي "A simple and light-weight extension to remind you to stand up!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة standUP
قم بتنزيل ملفات الامتداد standUP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work.
Click the icon in your toolbar to access the options page!
This extension is also open-source: https://github.com/vallode/standUP معلومات أساسية عن التمديد
| الاسم | |
| ID | ganadkkagibbpfjbhfkoakicignmifmp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
| الوصف | A simple and light-weight extension to remind you to stand up! |
| حجم الملف | 40.86 KB |
| عدد التثبيتات | 434 |
| النسخة الحالية | 1.2.13 |
| آخر تحديث | 2017-10-04 |
| تاريخ النشر | 2017-10-04 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | vallode |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/vallode/standUP |
| عنوان صفحة المساعدة | https://github.com/vallode/standUP |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.2.13",
"name": "standUP",
"short_name": "standUP",
"description": "A simple and light-weight extension to remind you to stand up!",
"author": "Mariusz 'Vallode' Zarzycki",
"homepage_url": "https:\/\/github.com\/vallode\/standUP",
"offline_enabled": true,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_title": "standUP",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"scripts\/min\/background.min.js"
],
"persistent": true
},
"permissions": [
"notifications",
"storage"
],
"options_page": "options.html"
} | |