Spatio Stopwatch & Timer Extension
Spatio Chrome Extension
什么是Spatio Stopwatch & Timer Extension?
Spatio Stopwatch & Timer Extension是由Vinicius Araujo开发的Chrome扩展程序,该扩展的主要功能是“Spatio Chrome Extension”。
扩展截图
下载Spatio Stopwatch & Timer Extension扩展crx文件
下载Spatio Stopwatch & Timer Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing: Spatio Chrome Extension – Your Dual Time Tracker! ⏱️
Unleash the power of precise timing right in your browser! Whether you’re counting up the moments with a stopwatch or counting down to the next big event with a timer, Spatio has got you covered.
🌟 Dazzling Dual Features:
🕒 Stopwatch: Capture moments with seconds accuracy. Record laps or measure intervals effortlessly.
⏲️ Timer: Set it, and forget it! You can set your timer and do the work!
🎨 Intuitive Interface: Juggle between stopwatch and timer modes with just a single click.
Time is a luxury; don't let it slip away. Download your Chrome experience and never lose track of time again with Spatio. Perfect for multitaskers, productivity enthusiasts, and everyone in between.
Spatio - Easy and Free Productivity 🚀 Install now! 扩展基本信息
| 名称 | |
| ID | mompiecabddeaogfabickfokcianmckn |
| 官方URL | https://chromewebstore.google.com/detail/spatio-stopwatch-timer-ex/mompiecabddeaogfabickfokcianmckn |
| 简介 | Spatio Chrome Extension |
| 文件大小 | 402 KB |
| 安装次数 | 12,257 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2023-08-15 |
| 上架时间 | 2019-08-19 |
| 评分 | 3.79/5 共14次评分 |
| 开发者 | Vinicius Araujo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Spatio Stopwatch & Timer Extension",
"description": "Spatio Chrome Extension",
"version": "1.2.0",
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon-16.png"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png"
},
"permissions": [
"storage"
]
} | |