Screen Time

Captures screen time from active pages

Что такое Screen Time?

Screen Time - это расширение Chrome, разработанное mac, и его основная функция - "Captures screen time from active pages".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Screen Time

Скачайте файлы расширений Screen Time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    }
}