Focus City

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

什么是Focus City?

Focus City是由Lily DeHaven开发的Chrome扩展程序,该扩展的主要功能是“Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.”。

扩展截图

screenshot
screenshot
screenshot

下载Focus City扩展crx文件

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