Potato timer
This extension is for managing your working and break times
Potato timer란 무엇입니까?
Potato timer은(는) gabrielfirmacion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is for managing your working and break times"입니다.
확장 프로그램 스크린샷
Potato timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day? Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!
확장 프로그램 기본 정보
이름 | Potato timer |
ID | cohpelnhkkflnlnkfadomkimmpejeifa |
공식 URL | https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa |
설명 | This extension is for managing your working and break times |
파일 크기 | 149 KB |
설치 횟수 | 15 |
현재 버전 | 2.0 |
최근 업데이트 | 2016-01-28 |
출시 날짜 | 2016-01-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | gabrielfirmacion |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Potato timer", "description": "This extension is for managing your working and break times", "version": "2.0", "browser_action": { "default_icon": "nopotato.png", "default_popup": "popup.html", "default_title": "No potato!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js", "jquery-2.1.4.min.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |