standUP

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

standUP क्या है?

standUP vallode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and light-weight extension to remind you to stand up!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में standUP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम standUP standUP
ID ganadkkagibbpfjbhfkoakicignmifmp
आधिकारिक URL https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp
विवरण A simple and light-weight extension to remind you to stand up!
फ़ाइल का आकार 40.86 KB
स्थापना संख्या 434
वर्तमान संस्करण 1.2.13
अंतिम अपडेट 2017-10-04
प्रकाशन तिथि 2017-10-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर vallode
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/vallode/standUP
सहायता पृष्ठ URL https://github.com/vallode/standUP
समर्थित भाषाएँ 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"
}