ScreenTime
ScreenTime app inspired by the iOS screentime feature
Что такое ScreenTime?
ScreenTime - это расширение Chrome, разработанное Avikam Mangla, и его основная функция - "ScreenTime app inspired by the iOS screentime feature".
Снимки экрана расширения
Скачать файл CRX расширения ScreenTime
Скачайте файлы расширений 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 |
Официальный 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" ] } |