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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Flora擴展crx文件

下載Flora擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}