Speech And Debate Timer
The speech and debate timer. Keeps track of time for you!
Speech And Debate Timer란 무엇입니까?
Speech And Debate Timer은(는) Sonny Lowe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The speech and debate timer. Keeps track of time for you!"입니다.
확장 프로그램 스크린샷
Speech And Debate Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This timer is specifically designed for NSDA speech and debate. In the multiple debate events it has, it is able to track the prep time of each team as well as each constructive/rebuttal speech. In the speech events, it allows you to track the time as well as see how much over or under the speech went from the target length. This extension has multiple layouts, allowing you to multitask while having the timer open on the side. This extension is for judges and contestants. Key Features: - Multiple Speech and Debate Events - Each event has pre-set default timings - Short description of each Event - Allows you to customize timer times - Debate timers allow you to keep track of prep time (also customizable) - Speech timers do not ring when complete but instead continue as to allow the judge/speaker to see how much over the speech is from the time limit - multiple layouts as to allow multitasking
확장 프로그램 기본 정보
이름 | Speech And Debate Timer |
ID | pnjdaiogafolcpacbpfblaificeideab |
공식 URL | https://chromewebstore.google.com/detail/speech-and-debate-timer/pnjdaiogafolcpacbpfblaificeideab |
설명 | The speech and debate timer. Keeps track of time for you! |
파일 크기 | 351 KB |
설치 횟수 | 981 |
현재 버전 | 1.5.3 beta |
최근 업데이트 | 2020-06-30 |
출시 날짜 | 2020-06-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Sonny Lowe |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speech And Debate Timer", "version": "1.5.3", "version_name": "1.5.3 beta", "description": "The speech and debate timer. Keeps track of time for you!", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/bulma https:\/\/stackpath.bootstrapcdn.com\/font-awesome\/ https:\/\/ajax.googleapis.com\/ajax\/libs\/; object-src 'self'", "browser_action": { "default_icon": { "32": "images\/SDTimerIcon32.png", "48": "images\/SDTimerIcon48.png", "128": "images\/SDTimerIcon128.png", "534": "images\/SDTimerIcon534.png" } }, "icons": { "32": "images\/SDTimerIcon32.png", "48": "images\/SDTimerIcon48.png", "128": "images\/SDTimerIcon128.png", "534": "images\/SDTimerIcon534.png" }, "manifest_version": 2 } |