Stand Up Reminder
A reminder to stand up and stretch your legs for one minute every hour.
Apa itu Stand Up Reminder?
Stand Up Reminder adalah ekstensi Chrome yang dikembangkan oleh https://tonybatts.com, dan fitur utamanya adalah "A reminder to stand up and stretch your legs for one minute every hour.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stand Up Reminder
Unduh file ekstensi Stand Up Reminder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour.
Informasi Dasar Ekstensi
Nama | Stand Up Reminder |
ID | bkjfmpffdfllcgmniicjpgmmlbplblhb |
URL Resmi | https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb |
Deskripsi | A reminder to stand up and stretch your legs for one minute every hour. |
Ukuran File | 295 KB |
Jumlah Instalasi | 2,514 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-02-01 |
Tanggal Publikasi | 2021-01-31 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://tonybatts.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.tonybatts.com/ |
URL Halaman Bantuan | https://www.tonybatts.com/#contact |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stand Up Reminder", "version": "1.0", "description": "A reminder to stand up and stretch your legs for one minute every hour.", "short_name": "Stand Up", "permissions": [ "alarms", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" } } |