Get Your Ass Back to Work!
The productivity app that kicks your ass into shape with insults and tough love.
Get Your Ass Back to Work!란 무엇입니까?
Get Your Ass Back to Work!은(는) kcmoffat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The productivity app that kicks your ass into shape with insults and tough love."입니다.
확장 프로그램 스크린샷
Get Your Ass Back to Work! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get Your Ass Back to Work! is the best damn productivity extension out there. You know you can't be trusted, so GYABTW will ruthlessly close any time-wasting chrome tabs (like facebook, youtube, twitter, etc) after you've spent 15 seconds wasting your life away on them. To add insult to injury, a chrome notification will insult you for being a heap of wasted oxygen since you're watching cat videos instead of getting shit done. GYABTW is fun and makes you more productive. It's an f'ing win-win for everyone. Oh yea, and we want to make sure this remains the best damn productivity extension out there, so send us feedback here: https://docs.google.com/forms/d/1vuSPJ_bAxX_MveYg6ci9rnkh80oHH8Oe-ar9uvEYC6M/edit?usp=sharing
확장 프로그램 기본 정보
이름 | |
ID | oeieffaeohmbbikibkekfpcdlkckcjfl |
공식 URL | https://chrome.google.com/webstore/detail/get-your-ass-back-to-work/oeieffaeohmbbikibkekfpcdlkckcjfl |
설명 | The productivity app that kicks your ass into shape with insults and tough love. |
파일 크기 | 56.07 KB |
설치 횟수 | 59 |
현재 버전 | 1.43 |
최근 업데이트 | 2015-01-29 |
출시 날짜 | 2015-01-29 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | kcmoffat |
결제 유형 | in_app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Your Ass Back to Work!", "short_name": "Get Crackin!", "version": "1.43", "description": "The productivity app that kicks your ass into shape with insults and tough love.", "icons": { "128": "128.png", "64": "64.png", "48": "48.png", "16": "16.png" }, "permissions": [ "notifications", "tabs", "activeTab", "http:\/\/goo.gl\/forms\/iFdDwcCYdE" ], "author": "Kasey Moffat", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "128.png", "src\/options\/options.html" ], "browser_action": { "default_title": "Turn productivity time on\/off and other settings, ya pansy.", "default_icon": "16.png", "default_popup": "popup.html" } } |