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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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