Task Timer
Timer
什么是Task Timer?
Task Timer是由Sridhar开发的Chrome扩展程序,该扩展的主要功能是“Timer”。
扩展截图
下载Task Timer扩展crx文件
下载Task Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create your timer with start/pause options. Timer is perfect for everyday task and track your time. Version: 1.0.0 - Timer file source. 1.1.0 - Alert code updated. 1.2.0 - List order changed. 1.3.0 - Button Trigger fixed.
扩展基本信息
名称 | |
ID | dejdlcmofhbhbolamanacpffmpaoblin |
官方URL | https://chrome.google.com/webstore/detail/task-timer/dejdlcmofhbhbolamanacpffmpaoblin |
简介 | Timer |
文件大小 | 635 KB |
安装次数 | 338 |
当前版本 | 1.3.0 |
更新时间 | 2018-11-26 |
上架时间 | 2018-11-26 |
评分 | 4.75/5 共4次评分 |
开发者 | Sridhar |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sridhar", "browser_action": { "default_icon": "images\/task_48.png", "default_popup": "popup.html", "default_title": "Timer" }, "description": "Timer", "permissions": [ "storage", "tabs", "notifications", "contextMenus", "alarms" ], "homepage_url": "http:\/\/www.sridhar.xyz", "icons": { "128": "images\/task_128.png", "16": "images\/task_16.png", "48": "images\/task_48.png" }, "manifest_version": 2, "name": "Task Timer", "options_page": "options.html", "short_name": "Timer", "version": "1.3.0" } |