Flora

Flora- A Chrome extension productivity tool to help you focus better using the Pomodoro technique. It shows a cute plant that grows…

ما هو Flora؟

Flora هو إضافة Chrome تم تطويرها بواسطة https://flora.pet، والميزة الرئيسية لها هي "Flora- A Chrome extension productivity tool to help you focus better using the Pomodoro technique. It shows a cute plant that grows…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Flora

قم بتنزيل ملفات الامتداد Flora بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Flora- A Chrome extension productivity tool to help you focus better using the Pomodoro technique.
It shows a cute plant that grows in the corner of your screen as you work!
Keep time by growing a plant in your browser screen while in focus mode!
How does it work?
🌱 Focus better with Flora
Grow your plant by starting Focus mode
🌱 Extra focus makes an extra bonus
Stay focused to see your plants grow
🌱 Reap what you sow
Collect and share as many seed rewards with your friends to add Flora collection!                    

معلومات أساسية عن التمديد

الاسم Flora Flora
ID alpnppfhepljffinneabkkgfgdkmmocf
عنوان URL الرسمي https://chromewebstore.google.com/detail/flora/alpnppfhepljffinneabkkgfgdkmmocf
الوصف Flora- A Chrome extension productivity tool to help you focus better using the Pomodoro technique. It shows a cute plant that grows…
حجم الملف 514 KB
عدد التثبيتات 1,301
النسخة الحالية 0.0.9
آخر تحديث 2023-02-22
تاريخ النشر 2022-10-13
تقييم 3.27/5 مجموع تقييمات 11
المطور https://flora.pet
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://flora.pet
عنوان صفحة المساعدة https://flora.pet/support
عنوان صفحة سياسة الخصوصية https://metapals.pet/terms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flora",
    "version": "0.0.9",
    "manifest_version": 3,
    "action": [],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/dev.flora.pet\/*",
            "*:\/\/flora.pet\/*"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/popup.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/inject.js",
                "\/inject.js.map",
                "\/popup.js",
                "\/popup.js.map",
                "\/images\/flora-logo.png",
                "\/images\/line.svg",
                "\/images\/sprout.svg",
                "\/images\/bg-shinee.png",
                "\/images\/sample-seed.png",
                "\/images\/help-icon.svg",
                "\/sounds\/phase-change.mp3",
                "\/sounds\/timer-start.mp3",
                "\/sounds\/timer-end.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ]
}