ScreenTime
ScreenTime app inspired by the iOS screentime feature
什麼是ScreenTime?
ScreenTime是由Avikam Mangla開發的Chrome擴展程式,該擴展的主要功能是“ScreenTime app inspired by the iOS screentime feature”。
擴展截圖
下載ScreenTime擴展crx文件
下載ScreenTime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |