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…”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| 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": [
" | |