runTimers
Run multiple timers in a single browser tab
什么是runTimers?
runTimers是由jashua212开发的Chrome扩展程序,该扩展的主要功能是“Run multiple timers in a single browser tab”。
扩展截图
下载runTimers扩展crx文件
下载runTimers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
• Each timer can be a progress timer or a countdown timer. • You can create countdown timers by setting either their durations (the length of time to count down from) or their end times. • You can add a countdown timer to your Google Calendar by clicking on the timer's end time button. The button appears in either the Post time or Remaining time column. • Your timer data is kept only in your browser's local storage — rather than on some server. • The extension needs permission to your "tabs" so that it can avoid opening multiple runTimers tabs. • You can format a timer's description by selecting its text and pressing Ctrl+B, Ctrl+I or Ctrl+U. • Unless disabled in "Optional settings," runTimers will play a sound and show a desktop notification when a countdown timer ends. The runTimers tab must be opened in your browser — though the tab need not be active. By default, desktop notifications will remain open until you click on them. • You can use the Targeting tool to create a countdown timer whose duration is a projection of the length of time needed to attain a target level (at a constant hourly earn/growth rate, and net of any current level).
扩展基本信息
名称 | runTimers |
ID | dbbfgoopcfgbphhjmlibkbmgoeekjipd |
官方URL | https://chromewebstore.google.com/detail/runtimers/dbbfgoopcfgbphhjmlibkbmgoeekjipd |
简介 | Run multiple timers in a single browser tab |
文件大小 | 376 KB |
安装次数 | 392 |
当前版本 | 1.0.0 |
更新时间 | 2020-06-23 |
上架时间 | 2020-06-23 |
评分 | 4.63/5 共8次评分 |
开发者 | jashua212 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://alternote.github.io/Privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/run19.png" }, "default_title": "runTimers" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Run multiple timers in a single browser tab", "icons": { "16": "img\/run16.png", "48": "img\/run48.png", "112": "img\/run112.png", "128": "img\/run128.png" }, "manifest_version": 2, "name": "runTimers", "offline_enabled": true, "permissions": [ "tabs", "notifications" ], "version": "1.0.0" } |