ScreenTime
ScreenTime app inspired by the iOS screentime feature
ScreenTime क्या है?
ScreenTime Avikam Mangla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ScreenTime app inspired by the iOS screentime feature"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ScreenTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ScreenTime is a powerful Chrome extension designed to help you stay focused and productive by tracking your web usage and providing insights into your online habits. Inspired by the popular iOS Screen Time feature, this intuitive and user-friendly extension keeps you accountable for your time spent on websites, allowing you to take control of your digital life. Key Features: - Daily Usage History: Tracks your web usage on a daily basis. - Weekly Graph: Visualizes your web usage trends over a week. - Website Blocker: Allows you to block specific websites to eliminate distractions.
एक्सटेंशन की मूल जानकारी
नाम | ScreenTime |
ID | gachmghamoanlighmiebamagipmhdphl |
आधिकारिक URL | https://chromewebstore.google.com/detail/screentime/gachmghamoanlighmiebamagipmhdphl |
विवरण | ScreenTime app inspired by the iOS screentime feature |
फ़ाइल का आकार | 628 KB |
स्थापना संख्या | 1,263 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2023-07-12 |
प्रकाशन तिथि | 2023-06-05 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Avikam Mangla |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenTime", "description": "ScreenTime app inspired by the iOS screentime feature", "version": "1.0.8", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "ScreenTime", "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "activeTab", "storage", "background", "unlimitedStorage", "idle" ] } |