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
Eメール [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"
    }
}