standUP

A simple and light-weight extension to remind you to stand up!

Apa itu standUP?

standUP adalah ekstensi Chrome yang dikembangkan oleh vallode, dan fitur utamanya adalah "A simple and light-weight extension to remind you to stand up!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi standUP

Unduh file ekstensi standUP 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

                        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                    

Informasi Dasar Ekstensi

Nama standUP standUP
ID ganadkkagibbpfjbhfkoakicignmifmp
URL Resmi https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp
Deskripsi A simple and light-weight extension to remind you to stand up!
Ukuran File 40.86 KB
Jumlah Instalasi 434
Versi Saat Ini 1.2.13
Terakhir Diperbarui 2017-10-04
Tanggal Publikasi 2017-10-04
Penilaian 5.00/5 Total 2 Penilaian
Pengembang vallode
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vallode/standUP
URL Halaman Bantuan https://github.com/vallode/standUP
Bahasa yang Didukung 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"
}