standUP
A simple and light-weight extension to remind you to stand up!
Qu'est-ce que standUP ?
standUP est une extension Chrome développée par vallode, et sa fonction principale est "A simple and light-weight extension to remind you to stand up!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension standUP
Téléchargez les fichiers d'extension standUP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
URL Officiel | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
Description | A simple and light-weight extension to remind you to stand up! |
Taille du Fichier | 40.86 KB |
Nombre d'Installations | 434 |
Version Actuelle | 1.2.13 |
Dernière Mise à Jour | 2017-10-04 |
Date de Publication | 2017-10-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | vallode |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vallode/standUP |
URL de la Page d'Aide | https://github.com/vallode/standUP |
Langues Prises en Charge | 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" } |