Desk Exerciser

This extension helps people do exercises right at their desks.

Desk Exerciser क्या है?

Desk Exerciser Vishal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps people do exercises right at their desks."।

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

screenshot

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

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

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

                        This extension helps people do exercises right at their desks.

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

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

नाम Desk Exerciser Desk Exerciser
ID lkagfeddhapnjlpofmokfpfbgmhckpae
आधिकारिक URL https://chrome.google.com/webstore/detail/desk-exerciser/lkagfeddhapnjlpofmokfpfbgmhckpae
विवरण This extension helps people do exercises right at their desks.
फ़ाइल का आकार 7.74 MB
स्थापना संख्या 255
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-07-27
प्रकाशन तिथि 2016-07-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Vishal
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desk Exerciser",
    "description": "This extension helps people do exercises right at their desks.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "gym_grey.png",
        "default_popup": "popup.html",
        "default_title": "Get Moving NOW!"
    },
    "background": {
        "scripts": [
            "image_filenames.js",
            "exercise_manager.js",
            "background.js"
        ]
    },
    "permissions": [
        "alarms",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}