standUP
A simple and light-weight extension to remind you to stand up!
Cos'è standUP?
standUP è un'estensione di Chrome sviluppata da vallode, e la sua funzione principale è "A simple and light-weight extension to remind you to stand up!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione standUP
Scarica i file di estensione standUP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
URL Ufficiale | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
Descrizione | A simple and light-weight extension to remind you to stand up! |
Dimensione del File | 40.86 KB |
Conteggio Installazioni | 434 |
Versione Corrente | 1.2.13 |
Ultimo Aggiornamento | 2017-10-04 |
Data di Pubblicazione | 2017-10-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | vallode |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/vallode/standUP |
URL della Pagina di Aiuto | https://github.com/vallode/standUP |
Lingue Supportate | 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" } |