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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Flora एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://flora.pet/support
गोपनीयता नीति पृष्ठ URL 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": [
                ""
            ]
        }
    ]
}