Smart Tomato!
A time management tool that helps you balance your work and break time.
什么是Smart Tomato!?
Smart Tomato!是由Tiger Gao开发的Chrome扩展程序,该扩展的主要功能是“A time management tool that helps you balance your work and break time.”。
扩展截图
下载Smart Tomato!扩展crx文件
下载Smart Tomato!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Smart Tomato is a productivity app that manages your time. Here's how it works: • Set a 25-minute timer, and start working • Reward yourself after a work session by taking a short break Features: • Badge on the icon showing remaining time • Clean user interface Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Smart Tomato is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.
扩展基本信息
名称 | Smart Tomato! |
ID | nifehghifgpkhammhggdigiknkfoegdn |
官方URL | https://chromewebstore.google.com/detail/smart-tomato/nifehghifgpkhammhggdigiknkfoegdn |
简介 | A time management tool that helps you balance your work and break time. |
文件大小 | 39.18 KB |
安装次数 | 36 |
当前版本 | 0.1 |
更新时间 | 2021-01-12 |
上架时间 | 2021-01-11 |
评分 | 5.00/5 共2次评分 |
开发者 | Tiger Gao |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tomato!", "description": "A time management tool that helps you balance your work and break time.", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/tomato-16.png", "32": "images\/tomato-32.png", "48": "images\/tomato-48.png", "128": "images\/tomato-128.png" } }, "icons": { "16": "images\/tomato-16.png", "32": "images\/tomato-32.png", "48": "images\/tomato-48.png", "128": "images\/tomato-128.png" }, "permissions": [ "alarms", "notifications", "storage" ], "version": "0.1" } |