runTimers
Run multiple timers in a single browser tab
runTimers란 무엇입니까?
runTimers은(는) jashua212에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run multiple timers in a single browser tab"입니다.
확장 프로그램 스크린샷
runTimers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
• 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" } |