Screen Time

Captures screen time from active pages

Screen Time क्या है?

Screen Time mac द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Captures screen time from active pages"।

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

screenshot

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

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

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

                        Screen Time for Google Chrome will capture time spent on sites and prepare reports same way as it done in Screen Time iOS feature. Data stored locally and does not sent anywhere. Only active tabs are counted so even if you open bazillion of pages only one at a time is active. Feel free to propose feature requests in github.                    

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

नाम Screen Time Screen Time
ID plckpjcbdofdpbljigbjkohpfccafged
आधिकारिक URL https://chromewebstore.google.com/detail/screen-time/plckpjcbdofdpbljigbjkohpfccafged
विवरण Captures screen time from active pages
फ़ाइल का आकार 129 KB
स्थापना संख्या 233
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-12-12
प्रकाशन तिथि 2020-12-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर mac
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mac2000/screentime
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Time",
    "version": "1.0.0",
    "description": "Captures screen time from active pages",
    "short_name": "screentime",
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Does a thing when you do a thing",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}