Slides Timer
Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
Slides Timer란 무엇입니까?
Slides Timer은(는) https://claycodes.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
확장 프로그램 스크린샷
Slides Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pause and restart timers with the d key. Reset timers with the e key. Add $ in a count down or up timer to start it in a paused state. More granular time formatting. Be sure to refresh your slides after you install for the timer to work. Slides Timer is an extension which will automatically bring timers to life in presented slides. Times placed between << and >> will be replaced with a timer. Use - as the last character to count down from the specified time. Use + to count up from the specified time. use <
확장 프로그램 기본 정보
이름 | Slides Timer |
ID | nfhjdkmpebifdelclimjfaackjhiglpc |
공식 URL | https://chromewebstore.google.com/detail/slides-timer/nfhjdkmpebifdelclimjfaackjhiglpc |
설명 | Create timers using placeholders. ie <<0:00+>>, <<5:00->>, < |
파일 크기 | 17.04 KB |
설치 횟수 | 111,747 |
현재 버전 | 1.27 |
최근 업데이트 | 2023-04-07 |
출시 날짜 | 2020-02-16 |
평점 | 3.33/5 총 57 개의 평점 |
개발자 | https://claycodes.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.claycodes.org/google-add-onsextensions |
도움말 페이지 URL | https://www.claycodes.org/google-add-onsextensions |
개인정보 보호 정책 페이지 URL | https://www.claycodes.org/home/privacy-policy |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.27", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/docs.google.com\/presentation*" ], "js": [ "contentscript.js" ] } ], "action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "offline_enabled": true } |