standUP
A simple and light-weight extension to remind you to stand up!
Was ist standUP?
standUP ist eine Chrome-Erweiterung, die von vallode entwickelt wurde, und ihr Hauptmerkmal ist "A simple and light-weight extension to remind you to stand up!".
Erweiterungsscreenshots
standUP-Erweiterungs-CRX-Datei herunterladen
Laden Sie standUP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
Offizielle URL | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
Beschreibung | A simple and light-weight extension to remind you to stand up! |
Dateigröße | 40.86 KB |
Installationsanzahl | 434 |
Aktuelle Version | 1.2.13 |
Letztes Update | 2017-10-04 |
Veröffentlichungsdatum | 2017-10-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | vallode |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/vallode/standUP |
Hilfeseite URL | https://github.com/vallode/standUP |
Unterstützte Sprachen | 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" } |