standUP
A simple and light-weight extension to remind you to stand up!
Co to jest standUP?
standUP to rozszerzenie Chrome opracowane przez vallode, a jego główną funkcją jest „A simple and light-weight extension to remind you to stand up!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia standUP
Pobierz pliki rozszerzeń standUP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
Oficjalny URL | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
Opis | A simple and light-weight extension to remind you to stand up! |
Rozmiar pliku | 40.86 KB |
Liczba instalacji | 434 |
Aktualna Wersja | 1.2.13 |
Ostatnia Aktualizacja | 2017-10-04 |
Data Publikacji | 2017-10-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | vallode |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/vallode/standUP |
Adres URL Strony Pomocy | https://github.com/vallode/standUP |
Obsługiwane Języki | 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" } |