How long?
Shows when you can leave!
什么是How long??
How long?是由philippe.cade开发的Chrome扩展程序,该扩展的主要功能是“Shows when you can leave!”。
扩展截图
下载How long?扩展crx文件
下载How long?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows how long you need to work to reach 8:12 hours. In ATOSS, open the "Time recording manually" window and press the clock icon. Changes version 0.4: - addresses some issues when using time correction features version 0.3: - corrections after the latest ATOSS update version 0.2: - time including minutes < 10 are now correctly displayed - in the morning, adds the 30 minutes mandatory break to the time and shows it
扩展基本信息
名称 | How long? |
ID | acabhgoaabcmalblcphdpbdcilpmafbd |
官方URL | https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd |
简介 | Shows when you can leave! |
文件大小 | 42.21 KB |
安装次数 | 178 |
当前版本 | 0.4 |
更新时间 | 2022-02-10 |
上架时间 | 2019-05-08 |
评分 | 4.75/5 共4次评分 |
开发者 | philippe.cade |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/philippecade/howlong |
帮助页面URL | https://github.com/philippecade/howlong/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "How long?", "version": "0.4", "description": "Shows when you can leave!", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "How long?", "default_icon": { "16": "howlong16.png", "32": "howlong32.png", "128": "howlong128.png" } }, "manifest_version": 2 } |