TimeCloud

Minimalistic Time Manager

什么是TimeCloud?

TimeCloud是由TimeCloud开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic Time Manager”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载TimeCloud扩展crx文件

下载TimeCloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TimeCloud is an easy-to-use all-in-one time keeping extension for your browser.
There are mainly four features: An alarm, a stopwatch, a timer, and a to-do list(tasks).
The alarm feature helps you to set an alarm for a specified time. The alarm will notify you through a sound alert and a notification.
The stopwatch feature helps you to use a stopwatch. This stopwatch even runs in the background and can be paused, played and reset.
The timer feature helps you to set a timer for a specific amount of time. When the time is up, you will be notified through a notification. This also runs in the background.
Lastly, we have the To-do list, where you can add, delete and check tasks. These tasks are stored even when chrome is shut down.
creators: Aaryan Mohta and Namra Shah.
If any bugs / glitches/ suggestions/queries,  
contact - [email protected]                    

扩展基本信息

名称 TimeCloud TimeCloud
ID mdfdnnffbjccpfopihhjnplnmedjgedd
官方URL https://chromewebstore.google.com/detail/timecloud/mdfdnnffbjccpfopihhjnplnmedjgedd
简介 Minimalistic Time Manager
文件大小 223 KB
安装次数 98
当前版本 1.0.0
更新时间 2021-06-17
上架时间 2021-06-17
评分 5.00/5 共8次评分
开发者 TimeCloud
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TimeCloud",
    "description": "Minimalistic Time Manager",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications"
    ]
}