Timer
Timer Chrome extention, by Pascal Pirate
Timer란 무엇입니까?
Timer은(는) Pascal Pirate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Timer Chrome extention, by Pascal Pirate"입니다.
확장 프로그램 스크린샷
Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple no thrills timer. Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done. Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds. Thanks SoundBible.com for the sounds.
확장 프로그램 기본 정보
이름 | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
공식 URL | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
설명 | Timer Chrome extention, by Pascal Pirate |
파일 크기 | 819 KB |
설치 횟수 | 20 |
현재 버전 | 3.2.1 |
최근 업데이트 | 2017-03-15 |
출시 날짜 | 2017-03-15 |
개발자 | Pascal Pirate |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "Timer Chrome extention, by Pascal Pirate", "version": "3.2.1", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "hourglass.png" }, "options_page": "options.html", "browser_action": { "default_icon": "hourglass.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |