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.”。
擴展截圖
下載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 |
ID | fhohnhhfnhagcahimpcgkdbhpmheofce |
官方網址 | 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" } } |