Focus City

Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.

Что такое Focus City?

Focus City - это расширение Chrome, разработанное Lily DeHaven, и его основная функция - "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.".

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

screenshot
screenshot
screenshot

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

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

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

                        Focus City is a focus timer made for those times when you can't focus at all. It's based on the Pomodoro Technique where you take 20 minutes to focus and work, then 5 minutes to rest and take a break. Focus City will give you that rythmic feel so that you can get your work done.

Update: The timer now works completely and there are seconds displayed.                    

Основная информация о расширении

Название Focus City Focus City
ID fhohnhhfnhagcahimpcgkdbhpmheofce
Официальный URL https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce
Описание Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Размер файла 246 MB
Количество установок 33
Текущая Версия 3.0.0
Последнее Обновление 2021-11-14
Дата публикации 2021-09-09
Разработчик Lily DeHaven
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus City",
    "version": "3.0.0",
    "description": "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.",
    "short_name": "Focus City",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/clock.png"
    },
    "icons": {
        "128": "assets\/clock.png"
    }
}