Screentime

To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames

Screentime क्या है?

Screentime Femi Oladeji द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames"।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension allows you to control how much time you spend on popular social media sites and entertainment sites. You can specify how many minutes in a day you want to use on each site and once you've gotten to the limit, you won't be able to access the site. Time frames can be specified for when you want the sites to be inaccessible for each day of the week. You can also add or remove sites.                    

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

नाम Screentime Screentime
ID ofmanejijbcohgebmdfacglmhemiifca
आधिकारिक URL https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca
विवरण To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 5.0.8
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2020-06-21
रेटिंग 4.07/5 कुल 44 रेटिंग्स
डेवलपर Femi Oladeji
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/femioladeji/screentime
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screentime",
    "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames",
    "short_name": "screentime",
    "version": "5.0.8",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background\/main.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "alarms"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    }
}